-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 1.67 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"_from": "nello@^2.0.0",
"_id": "nello@2.0.0",
"_inBundle": false,
"_integrity": "sha512-I8YnXkGhilcQV+ie+BuordzTBSWbyoiZqZvURLcz9lQQ7z454qDTPP6IpIdCctSo2myWL5rV9wssKNTA+4p1Uw==",
"_location": "/nello",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "nello@^2.0.0",
"name": "nello",
"escapedName": "nello",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/iobroker.nello"
],
"_resolved": "https://registry.npmjs.org/nello/-/nello-2.0.0.tgz",
"_shasum": "60338fa7751884e81506d4f4a3190c0bd85113de",
"_spec": "nello@^2.0.0",
"_where": "/opt/iobroker/node_modules/iobroker.nello",
"author": {
"name": "zefau",
"email": "zefau@mailbox.org"
},
"bugs": {
"url": "https://github.com/Zefau/nello.io/issues"
},
"bundleDependencies": false,
"dependencies": {
"events": "^3.0.0",
"express": "^4.16.4",
"ical.js": "^1.3.0",
"querystring": "^0.2.0",
"request-promise": "^4.2.4",
"url-parse": "^1.4.7",
"util": "^0.12.0"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.16.0",
"glob": "^7.1.4",
"mocha": "^6.1.4"
},
"deprecated": false,
"description": "Node.js implementation of the nello.io API (using promises)",
"directories": {
"lib": "lib"
},
"homepage": "https://github.com/Zefau/nello.io",
"keywords": [
"nello",
"nello.io",
"door",
"doorbell"
],
"license": "MIT",
"main": "index.js",
"name": "nello",
"repository": {
"type": "git",
"url": "git+https://github.com/Zefau/nello.io.git"
},
"scripts": {
"test": "mocha"
},
"version": "2.0.1"
}