Skip to content

Commit

Permalink
iotjs: Update info in package.json
Browse files Browse the repository at this point in the history
Change-Id: I3203538de486a0c0cdd37a023bd6eb7c66aecdcf
Signed-off-by: Philippe Coval <[email protected]>
  • Loading branch information
rzr committed Oct 6, 2018
1 parent a328c04 commit 71558a0
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,37 @@
{
"name": "webthing",
"name": "webthing-iotjs",
"version": "0.7.0",
"description": "HTTP Web Thing implementation",
"description": "HTTP Web Thing implementation ported for IoT.js",
"main": "webthing.js",
"scripts": {
"lint": "eslint .",
"start": "NODE_PATH=. node example/multiple-things",
"start": "iotjs example/multiple-things",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mozilla-iot/webthing-node.git"
"url": "git+https://github.com/rzr/webthing-iotjs.git"
},
"keywords": [
"mozilla",
"iot",
"web",
"thing",
"webthing"
"webthing",
"iotjs",
"iotjs-supported",
"iotjs-module"
],
"author": "Mozilla IoT",
"author": "Philippe Coval",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/mozilla-iot/webthing-node/issues"
"url": "https://github.com/rzr/webthing-iotjs/issues"
},
"homepage": "https://github.com/mozilla-iot/webthing-node#readme",
"homepage": "https://github.com/rzr/webthing-iotjs#readme",
"dependencies": {
"ajv": "^6.5.2",
"body-parser": "^1.18.3",
"dnssd": "^0.4.1",
"express": "^4.16.3",
"express-ws": "^4.0.0",
"local-ipv4-address": "^0.0.2"
},
"devDependencies": {
"babel-eslint": "^8.2.6",
"eslint": "^4.19.1",
"uuid": "^3.3.2"
"eslint": "^4.19.1"
}
}

0 comments on commit 71558a0

Please sign in to comment.