forked from SignalK/sailgauge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 919 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
30
31
32
{
"name": "@signalk/sailgauge",
"version": "1.1.0",
"description": "Multipurpose full screen gauge for displaying sailing related Signal K data",
"main": "index.js",
"keywords": [
"signalk-webapp"
],
"repository": "https://github.com/SignalK/sailgauge",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run watch",
"build": "webpack -p --devtool source-map",
"watch": "webpack -d --watch"
},
"author": "Teppo Kurki <[email protected]>",
"license": "ISC",
"devDependencies": {
"@signalk/client": "^0.1.0",
"@signalk/signalk-schema": "0.0.1-6",
"babel-core": "^6.25.0",
"babel-engine-plugin": "^0.1.2",
"babel-loader": "^7.1.0",
"babel-preset-env": "^1.5.2",
"baconjs": "^0.7.25",
"d3": "^3.4.13",
"debug": "^2.1.0",
"js-quantities": "^1.6.0",
"json-loader": "^0.5.4",
"webpack": "^3.0.0"
}
}