-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 854 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 854 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
{
"name": "water-rocket",
"version": "1.0.0",
"description": "Water rocket package set up",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"local_mqtt": "./node_modules/.bin/mosca -v --http-port 3001 --http-bundle",
"sim_local": "node groundstation/tools/data_sim.js --host localhost"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodebotsau/water-rocket.git"
},
"author": "Andrew Fisher <ajfisher.td@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodebotsau/water-rocket/issues"
},
"homepage": "https://github.com/nodebotsau/water-rocket#readme",
"dependencies": {
"commander": "^2.12.1",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"mosca": "^2.7.0",
"mqtt": "^2.14.0",
"rickshaw": "^1.6.3"
}
}