forked from webinos/webinos-pzp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.29 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
40
41
42
43
{ "name": "webinos-pzp",
"version": "0.8.0",
"description": "Webinos device functionality is implemented in PZP",
"main": "./lib/pzp_sessionHandling.js",
"author": "Habib Virji <habib.virji@samsung.com>",
"homepage": "http://www.webinos.org",
"bugs": "http://jira.webinos.org",
"repositories":
{ "type": "git",
"url": "git://github.com/webinos/webinos-pzp.git"
},
"directories": {
"lib": "./lib",
"node_modules": "./node_modules",
"test":"./test"
},
"bundleDependencies":["webinos-api-test"],
"dependencies":{
"webinos-certificateHandler": "git://github.com/webinos/webinos-certificateHandler.git",
"webinos-utilities" : "git://github.com/webinos/webinos-utilities.git",
"webinos-messaging" : "git://github.com/webinos/webinos-messaging.git",
"webinos-api-serviceDiscovery":"git://github.com/webinos/webinos-api-serviceDiscovery.git",
"webinos-jsonrpc2" : "*",
"xml2js": "0.x.x",
"websocket": "1.0.2",
"optimist": "x.x.x"
},
"devDependencies": {
"jasmine-node": "1.x.x"
},
"engines": {
"node": ">= 0.6.0",
"npm": ">= 1.1.17"
},
"preferGlobal": true,
"bin": {
"webinos_pzp": "webinos_pzp.js"
},
"scripts": {
"install": "node build_webinosJS.js",
"test": "./tools/travis/auto-test.sh"
}
}