-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
39 lines (39 loc) · 1.1 KB
/
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
{ "_comment": "The Device Status Uses the http://webinos.org as the attribute value in the Policy.xml File"
,"name": "webinos-api-deviceStatus"
, "publishConfig": { "tag": "alpha" }
, "description": "DeviceStatus API"
, "keywords": [ "webinos", "device", "Status", "API"]
, "version": "0.7.1"
, "homepage": "http://webinos.org/"
, "bugs" : "http://jira.webinos.org"
, "author": "Salvatore Monteleone <[email protected]>, Krishna Bangalore <[email protected]>"
, "repository":
{ "type": "git"
, "url": "http://github.com/webinos/webinos-api-deviceStatus.git"
}
, "bugs":
{ "email": "[email protected]"
, "url": ""
}
, "directories": { "lib": "./lib"
, "src": "./src"
}
, "main": "./lib/webinos.rpc.devicestatus.js"
, "dependencies":{
}
,"devDependencies": {
"webinos-jsonrpc2": "*",
"zombie": "~2.0.0-alpha15",
"jasmine-node": "x.x.x"
},
"bundleDependencies":
[
],
"engines": {
"node": ">= 0.6.0"
}
, "scripts":{
"install":"node-gyp configure build",
"travis-api-test": "./test/tools/travis-test.sh"
}
}