-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
47 lines (47 loc) · 1.26 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
{
"name": "app-light-graph",
"version": "0.3.0",
"description": "A simple Databox app that plots mobile phone light sensor data",
"config": {
"databox-registry": "localhost:5000"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "docker build -t $npm_package_name .",
"release": "docker tag $npm_package_name $npm_package_config_databox_registry/$npm_package_name && docker push $npm_package_config_databox_registry/$npm_package_name",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/me-box/app-light-graph.git"
},
"keywords": [
"docker",
"databox",
"personal",
"data",
"app",
"light",
"sensor",
"graph",
"mobile",
"phone",
"smartphone"
],
"author": "Yousef Amar <yousef@amar.io> (http://yousefamar.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/me-box/app-light-graph/issues"
},
"homepage": "https://github.com/me-box/app-light-graph#readme",
"dependencies": {
"body-parser": "^1.17.1",
"express": "^4.15.2",
"node-databox": "^0.9.0",
"pug": "^2.0.0-beta11",
"ws": "^2.2.1",
"snyk": "^1.189.0"
},
"snyk": true
}