generated from balenablocks/template-js
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
29 lines (29 loc) · 831 Bytes
/
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
{
"name": "balenablock-template",
"version": "0.0.1",
"description": "Template for building/testing/publishing balenablocks",
"main": "lib/index.js",
"scripts": {
"start": "node lib/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"docs": "node scripts/swagger.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/balena-io-playground/balenablock-template.git"
},
"keywords": [
"balenablock"
],
"author": "Alex Bucknall",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/balena-io-playground/balenablock-template/issues"
},
"homepage": "https://github.com/balena-io-playground/balenablock-template#readme",
"dependencies": {
"express": "^4.17.1",
"swagger-ui-express": "^4.1.6",
"swagger-autogen": "^2.6.3"
}
}