Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joabakk committed Jun 22, 2017
1 parent 826a14f commit d642717
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "signalk-polar",
"version": "0.3.0",
"description": "Signal K server plugin to store and retrieve polar data with mySQL db",
"keywords": [
"signalk-node-server-plugin"
],
"license": "ISC",
"author": {
"name": "Joachim Bakke"
},
"main": "index.js",
"scripts": {
"test": "mocha"
},
"dependencies": {
"baconjs": "^0.7.88",
"debug": "^2.6.3",
"mysql": "^2.13.0",
"nmea0183-utilities": "^0.3.2"
},
"devDependencies": {
"chai": "^4.0.0",
"chai-things": "^0.2.0",
"debug": "^2.2.0",
"mocha": "^3.3.0",
"signalk-schema": "0.0.1-3"
},
"optionalDependencies": {}
"name": "signalk-polar",
"version": "0.4.0",
"description": "Signal K server plugin to store and retrieve polar data with mySQL db",
"keywords": [
"signalk-node-server-plugin"
],
"license": "ISC",
"author": {
"name": "Joachim Bakke"
},
"main": "index.js",
"scripts": {
"test": "mocha"
},
"dependencies": {
"baconjs": "^0.7.88",
"debug": "^2.6.3",
"mysql": "^2.13.0",
"nmea0183-utilities": "^0.3.2"
},
"devDependencies": {
"chai": "^4.0.0",
"chai-things": "^0.2.0",
"debug": "^2.2.0",
"mocha": "^3.3.0",
"signalk-schema": "0.0.1-3"
},
"optionalDependencies": {}
}

0 comments on commit d642717

Please sign in to comment.