-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I3203538de486a0c0cdd37a023bd6eb7c66aecdcf Signed-off-by: Philippe Coval <[email protected]>
- Loading branch information
Showing
1 changed file
with
12 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |