-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.29 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
{
"name": "balena-device-config",
"version": "6.3.0",
"description": "Get device config.json configuration",
"main": "build/config.js",
"homepage": "https://github.com/balena-io-modules/balena-device-config",
"repository": {
"type": "git",
"url": "git://github.com/balena-io-modules/balena-device-config.git"
},
"keywords": [
"balena",
"image",
"device",
"config.json",
"config"
],
"directories": {
"test": "tests"
},
"scripts": {
"lint": "balena-lint lib/ tests/",
"pretest": "npm run lint",
"test": "npm run prepare && gulp test",
"prepublish": "require-npm4-to-publish",
"prepare": "gulp build",
"readme": "npm run prepare && jsdoc2md --template doc/README.hbs build/config.js > README.md"
},
"author": "Juan Cruz Viotti <[email protected]>",
"license": "Apache-2.0",
"devDependencies": {
"@balena/lint": "^5.0.2",
"coffeescript": "^2.5.1",
"gulp": "^4.0.2",
"gulp-coffee": "^3.0.3",
"gulp-mocha": "^6.0.0",
"gulp-util": "^3.0.8",
"jsdoc-to-markdown": "^5.0.3",
"mocha": "^5.2.0",
"mochainon": "^2.0.0",
"require-npm4-to-publish": "^1.0.0"
},
"dependencies": {
"lodash": "^4.17.15",
"revalidator": "^0.3.1"
},
"versionist": {
"publishedAt": "2023-03-23T21:19:55.813Z"
}
}