forked from kwent/syno
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.37 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
{
"name": "syno",
"version": "2.1.0",
"description": "Simple Node.js wrapper (browser included) and CLI for Synology DSM REST API 5.x and 6.x",
"main": "dist/syno.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/kwent/syno.git"
},
"keywords": [
"syno",
"synology",
"dsm",
"filestation",
"downloadstation",
"audiostation",
"videostation",
"videostation_dtv",
"surveillancestation"
],
"author": {
"name": "kwent",
"email": "[email protected]",
"url": "https://github.com/kwent"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/kwent/syno/issues"
},
"homepage": "https://github.com/kwent/syno",
"bin": {
"syno": "bin/syno.js"
},
"dependencies": {
"lodash": "^4.17.4",
"request": "^2.79.0",
"commander": "^2.9.0",
"nconf": "^0.8.4",
"js-yaml": "^3.6.1",
"ospath": "^1.2.2",
"pluralize": "^3.1.0"
},
"devDependencies": {
"browserify": "^13.1.1",
"brfs": "^1.4.3",
"coffeelint": "^1.16.0",
"grunt": "0.4.5",
"grunt-coffeelint": "0.0.16",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^2.0.0",
"grunt-mokuai-coffee": "^1.0.1",
"grunt-shell": "^1.3.0",
"load-grunt-config": "^0.19.2"
}
}