Skip to content

Commit

Permalink
Release to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyTrix committed May 20, 2017
1 parent fb5c4f8 commit cc0aa83
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"name": "node-red-contrib-openplc",
"version": "0.0.3",
"description": "A node-red node representing an OpenPLC instance",
"version": "1.0.0",
"description": "A Node-RED node representing an OpenPLC instance",
"author": "Cedric Vandendriessche",
"license": "MIT",
"dependencies": {
"node-red-contrib-modbus": "^1.0.9",
"node-red-contrib-modbus": "^1.1.0",
"request": "^2.81.0"
},
"keywords": [
"node-red",
"openplc"
"openplc",
"modbus"
],
"engines": {
"node": ">=6.9"
Expand All @@ -24,5 +25,14 @@
"OpenPLC": "OpenPLC/OpenPLC.js",
"OpenPLC-Input": "OpenPLC/OpenPLC-input.js"
}
},
"bugs": {
"url": "https://github.com/SkyTrix/node-red-contrib-openplc/issues/"
},
"files": [
"OpenPLC"
],
"directories": {
"example": "examples"
}
}

0 comments on commit cc0aa83

Please sign in to comment.