forked from SignalK/signalk-autopilot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 888 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
{
"name": "@signalk/signalk-autopilot",
"version": "1.3.0",
"description": "Plugin that controls an autopilot",
"main": "index.js",
"scripts": {
"test": "$NODE $npm_package_main",
"create-release": "github-create-release --owner signalk --repository signalk-autopilot",
"release": "git tag -d v$npm_package_version; git tag v$npm_package_version && git push --tags && git push && npm run create-release"
},
"keywords": [
"signalk-node-server-plugin",
"signalk-webapp"
],
"author": "[email protected]",
"license": "ISC",
"dependencies": {
"lodash": "^4.17.15"
},
"devDependencies": {
"@signalk/github-create-release": "^1.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/SignalK/signalk-autopilot"
},
"signalk": {
"appIcon": "./appIcon-72x72.png",
"displayName": "Signal K autopilot"
}
}