forked from SignalK/sailgauge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 4.39 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"_args": [
[
{
"raw": "sailgauge@github:signalk/sailgauge",
"scope": null,
"escapedName": "sailgauge",
"name": "sailgauge",
"rawSpec": "github:signalk/sailgauge",
"spec": "github:signalk/sailgauge",
"type": "hosted",
"hosted": {
"type": "github",
"ssh": "[email protected]:signalk/sailgauge.git",
"sshUrl": "git+ssh://[email protected]/signalk/sailgauge.git",
"httpsUrl": "git+https://github.com/signalk/sailgauge.git",
"gitUrl": "git://github.com/signalk/sailgauge.git",
"shortcut": "github:signalk/sailgauge",
"directUrl": "https://raw.githubusercontent.com/signalk/sailgauge/master/package.json"
}
},
"/home/pi/.config/signalk-server-node"
]
],
"_from": "signalk/sailgauge",
"_id": "@signalk/[email protected]",
"_inCache": true,
"_location": "/@signalk/sailgauge",
"_phantomChildren": {},
"_requested": {
"raw": "sailgauge@github:signalk/sailgauge",
"scope": null,
"escapedName": "sailgauge",
"name": "sailgauge",
"rawSpec": "github:signalk/sailgauge",
"spec": "github:signalk/sailgauge",
"type": "hosted",
"hosted": {
"type": "github",
"ssh": "[email protected]:signalk/sailgauge.git",
"sshUrl": "git+ssh://[email protected]/signalk/sailgauge.git",
"httpsUrl": "git+https://github.com/signalk/sailgauge.git",
"gitUrl": "git://github.com/signalk/sailgauge.git",
"shortcut": "github:signalk/sailgauge",
"directUrl": "https://raw.githubusercontent.com/signalk/sailgauge/master/package.json"
}
},
"_requiredBy": [],
"_resolved": "git://github.com/signalk/sailgauge.git#680399fc98459bfa979ceec387798f5a15dde9eb",
"_shasum": "eee6f1517a0b20bd05944ebda79dc67f476586fb",
"_shrinkwrap": null,
"_spec": "sailgauge@github:signalk/sailgauge",
"_where": "/home/pi/.config/signalk-server-node",
"author": {
"name": "Teppo Kurki",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/SignalK/sailgauge/issues"
},
"dependencies": {},
"description": "Multipurpose full screen gauge for displaying sailing related Signal K data",
"devDependencies": {
"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",
"signalk-client": "github:signalk/signalk-js-client",
"signalk-schema": "github:signalk/specification",
"webpack": "^3.0.0"
},
"gitHead": "680399fc98459bfa979ceec387798f5a15dde9eb",
"homepage": "https://github.com/SignalK/sailgauge#readme",
"keywords": [
"signalk-webapp"
],
"license": "ISC",
"main": "index.js",
"name": "@signalk/sailgauge",
"optionalDependencies": {},
"readme": "# SailGauge\n\nOne gauge to rule them all - provides all the information a sailor needs on one display\n* SOG - speed over ground (meters per second)\n* COG - course over ground\n* DBT - depth below transducer (meters)\n* reverse laylines, eg. 'how high can I point'\n* apparent & true wind m/s (true calculated if the data feed doesn't contain it)\n* distance and direction of mark/waypoint (if feed has it)\n\nDepth reading has also a small sparkline. Depth figure starts to grow under 6 meters and turns red under 3 meters.\n\n## Installation\n\nYou can just download SailGauge from Github or install it with Bower\n\n```\nbower install https://github.com/SignalK/sailgauge.git\n```\n\nSailGauge package contains all the js libraries it uses so it is ready to use out of the box, but it needs data from a SignalK server. It tries to contact SignalK server on the same server & port from which it was loaded.\n\nIf you want it to contact some other server you need to edit the index.html.\n\n## Building\n\nInstall the js dependencies with \n```\nnpm install\n```\n\nand then package the js code that is not part of the html page with \n\n```\nnpm run build\n```\n\nDevelopment time building with `npm run watch`.\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/SignalK/sailgauge.git"
},
"scripts": {
"build": "webpack -p --devtool source-map",
"start": "npm run watch",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack -d --watch"
},
"version": "1.0.2"
}