-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
42 lines (42 loc) · 1.11 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
{
"name": "cbeam-telemetry-server",
"version": "0.0.1",
"description": "OpenMCT Telemetry Server for c-beam",
"main": "index.js",
"scripts": {
"test": "grunt test",
"build": "cp patched-openmct-package.json node_modules/openmct/package.json && cd node_modules/openmct && npm install && npm install --dev && npm run prepare",
"start": "node config/eva.js"
},
"repository": {
"type": "git",
"url": "git://github.com/c-base/cbeam-telemetry-server.git"
},
"keywords": [
"openmct",
"cbase",
"mqtt"
],
"author": "Henri Bergius <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/c-base/cbeam-telemetry-server/issues"
},
"homepage": "https://bergie.iki.fi/blog/nasa-openmct-iot-dashboard/",
"dependencies": {
"coffeescript": "^2.3.1",
"cors": "^2.8.4",
"debug": "^3.1.0",
"ejs": "^2.5.6",
"express": "^4.15.3",
"influx": "^5.0.7",
"mqtt": "^2.3.0",
"websocket": "^1.0.26",
"openmct": "git+https://github.com/nasa/openmct.git#v0.13.3"
},
"devDependencies": {
},
"config": {
"unsafe-perm": true
}
}