-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
42 lines (42 loc) · 969 Bytes
/
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
{
"name": "webthing-iotjs",
"version": "0.13.1",
"description": "HTTP Web Thing implementation",
"main": "webthing.js",
"scripts": {
"lint": "eslint .",
"node": "NODE_PATH=. node",
"start": "node example/multiple-things",
"test": "make test",
"simplest": "NODE_PATH=. node example/simplest-thing"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rzr/webthing-iotjs.git"
},
"iotjs": {
"version": ">=1.0"
},
"keywords": [
"iot",
"web",
"thing",
"webthing",
"iotjs",
"iotjs-supported",
"iotjs-module"
],
"author": "Philippe Coval <[email protected]> (https://purl.org/rzr)",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/rzr/webthing-iotjs/issues"
},
"homepage": "https://libraries.io/npm/webthing-iotjs",
"dependencies": {
"iotjs-express": "^0.0.22"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.14.0"
}
}