forked from balena-io-modules/balena-device-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.18 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
{
"name": "resin-device-config",
"version": "3.2.0",
"description": "Get device config.json configuration",
"main": "build/config.js",
"homepage": "https://github.com/resin-io-modules/resin-device-config",
"repository": {
"type": "git",
"url": "git://github.com/resin-io-modules/resin-device-config.git"
},
"keywords": [
"resin",
"image",
"device",
"config.json",
"config"
],
"directories": {
"test": "tests"
},
"scripts": {
"test": "gulp test",
"prepublish": "gulp build",
"readme": "jsdoc2md --template doc/README.hbs build/config.js > README.md"
},
"author": "Juan Cruz Viotti <juan@resin.io>",
"license": "Apache-2.0",
"devDependencies": {
"coffee-script": "~1.8.0",
"gulp": "~3.8.10",
"gulp-coffee": "~2.2.0",
"gulp-coffeelint": "~0.4.0",
"gulp-mocha": "~2.0.0",
"gulp-util": "~3.0.1",
"jsdoc-to-markdown": "^1.1.1",
"mocha": "~2.0.1",
"mochainon": "^1.0.0",
"timekeeper": "0.0.5"
},
"dependencies": {
"bluebird": "^2.9.32",
"lodash": "^3.10.0",
"resin-sdk": "^5.1.0",
"resin-errors": "^2.0.0",
"resin-settings-client": "^3.4.2",
"revalidator": "^0.3.1"
}
}