forked from SignalK/instrumentpanel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 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
{
"name": "instrumentpanel",
"version": "0.0.1",
"description": "SignalK HTML5 Instrumentpanel",
"main": "widgetdemo.js",
"dependencies": {
"bacon.model": "^0.1.12",
"baconjs": "^0.7.42",
"bluebird": "^2.9.24",
"debug": "^2.1.1",
"leaflet": "^0.7.3",
"lodash": "^2.4.1",
"react": "^0.12.2",
"react-bootstrap": "^0.13.2",
"react-font-awesome": "git://github.com/tkurki/react-font-awesome",
"react-grid-layout": "^0.6.1",
"reactify": "^0.17.1",
"signalk-schema": "SignalK/specification#i18n",
"watchify": "^2.3.0",
"ws": "^0.7.1"
},
"devDependencies": {
"browserify": "^8.0.3",
"minifyify": "^6.1.0",
"watchify": "^2.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "watchify -t reactify lib/ui/main.js -o dist/ui.js --debug --verbose",
"dist": "browserify lib/ui/main.js -t reactify -d -p [minifyify --map ui.map.json --output dist/ui.map.json] > dist/ui.js"
},
"repository": {
"type": "git",
"url": "https://github.com/SignalK/instrumentpanel.git"
},
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/SignalK/instrumentpanel/issues"
},
"homepage": "https://github.com/SignalK/instrumentpanel"
}