-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
53 lines (53 loc) · 1.45 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
{
"name": "signalk-venus-plugin",
"version": "1.42.0",
"description": "Victron Venus-SignalK Integration",
"main": "index.js",
"dependencies": {
"camelcase": "^6.3.0",
"dbus-native": "^0.2.5",
"debug": "^3.1.0",
"lodash": "^4.17.4",
"mqtt": "^4.2.6",
"promise-retry": "^1.1.1",
"webpack-cli": "^5.1.4"
},
"devDependencies": {
"@signalk/github-create-release": "^1.2.1",
"@signalk/signalk-schema": "0.0.1-12",
"chai": "^4.1.2",
"chai-things": "0.2",
"mocha": "^4.0.1"
},
"scripts": {
"test": "mocha",
"create-release": "github-create-release --owner sbender9 --repository signalk-venus-plugin",
"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 --mode development ./ios.js -o ios_venus.js",
"build_prod_ios": "webpack --mode production ./ios.js -o ios_venus.js"
},
"keywords": [
"signalk-node-server-plugin"
],
"repository": {
"type": "git",
"url": "https://github.com/sbender9/signalk-venus-plugin.git"
},
"contributors": [
{
"name": "Matthijs Vader"
},
{
"name": "Teppo Kurki"
}
],
"author": {
"name": "Scott Bender",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/sbender9/signalk-venus-plugin/issues"
},
"homepage": "https://github.com/sbender9/signalk-venus-plugin"
}