-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
33 lines (33 loc) · 999 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
33
{
"name": "signalk-fusion-stereo",
"version": "1.13.1",
"description": "Plugin that controls a Fusion stereo",
"main": "index.js",
"scripts": {
"test": "$NODE $npm_package_main",
"create-release": "github-create-release --owner sbender9 --repository $npm_package_name",
"release": "git tag -d v$npm_package_version && git tag v$npm_package_version && git push --tags && git push && npm run create-release",
"build_ios": "webpack ios.js -o ios_fusion.js"
},
"keywords": [
"signalk-node-server-plugin"
],
"author": "[email protected]",
"license": "ISC",
"dependencies": {
"baconjs": "^0.7.88",
"debug": "^3.1.0",
"lodash": "^4.17.4",
"util": "^0.10.3"
},
"repository": {
"type": "git",
"url": "https://github.com/sbender9/signalk-fusion-stereo"
},
"signalk-plugin-enabled-by-default": true,
"devDependencies": {
"@signalk/github-create-release": "^1.2.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
}
}