-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (34 loc) · 846 Bytes
/
package.json
File metadata and controls
47 lines (34 loc) · 846 Bytes
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
{
"name": "nodejs_synology_controller_server",
"version": "1.0.0",
"description": "using post request to control ur synology devices ",
"main": "web.js",
。
"scripts": {
"start": "node web.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qoddi/nodejs_synology_controller_server.git"
},
"author": "qoddi",
"license": "BSD3",
"engines": {
"node": "8.9.3"
},
"bugs": {
"url": "https://github.com/qoddi/nodejs_synology_controller_server/issues"
},
"keywords": [
"nodejs","synology"
],
"devDependencies": {
},
"dependencies": {
"express": "latest",
"https": "latest",
"http": "latest",
"body-parser": "latest",
"polling-to-event": "latest"
}
}