-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
61 lines (61 loc) · 1.43 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
{
"name": "syno",
"version": "2.2.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": {
"commander": "^4.1.0",
"js-yaml": "^3.6.1",
"lodash": "^4.17.4",
"minimist": "^0.2.1",
"nconf": "^0.10.0",
"ospath": "^1.2.2",
"pluralize": "^8.0.0",
"request": "^2.79.0"
},
"devDependencies": {
"brfs": "^2.0.2",
"browserify": "^16.5.0",
"coffeelint": "^2.1.0",
"grunt": "1.0.4",
"grunt-coffeelint": "0.0.16",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-coffee": "^2.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify-es": "gruntjs/grunt-contrib-uglify#harmony",
"grunt-mokuai-coffee": "^1.0.1",
"grunt-shell": "^3.0.1",
"load-grunt-config": "^3.0.1"
}
}