-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 800 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 800 Bytes
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
{
"name": "node-app",
"version": "0.0.0",
"description": "app to be run on pi",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"ws" : "0.4.*",
"csv": "0.3.*",
"underscore": "1.5.*",
"noble": "0.2.*",
"sensortag": "0.1.*",
"graph-paths": "0.4.*",
"async": "*",
"play": "*",
"baudio": "1.1.3",
"say": "0.5.0",
"colors":"0.6.2",
"winston":"*",
"express":"*",
"http":"*",
"bytes":"*",
"qs":"*"
},
"repository": {
"type": "git",
"url": "https://github.com/BluTrace/node-app"
},
"author": "Paras",
"license": "ISC",
"bugs": {
"url": "https://github.com/BluTrace/node-app/issues"
},
"homepage": "https://github.com/BluTrace/node-app"
}