forked from webinos/webinos-pzp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.35 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
{ "name": "webinos-pzp",
"version": "0.8.2",
"description": "Webinos device functionality is implemented in PZP",
"main": "./lib/pzp_sessionHandling.js",
"author": "Habib Virji <[email protected]>",
"homepage": "http://www.webinos.org",
"bugs": "http://jira.webinos.org",
"repository":
{ "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-policy" : "git://github.com/webinos/webinos-policy.git",
"webinos-dashboard" : "git://github.com/webinos/webinos-dashboard.git",
"webinos-api-applauncher" : "git://github.com/webinos/webinos-api-applauncher.git",
"webinos-jsonrpc2" : "*",
"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": {
"travis-test": "./test/travis-test.sh"
}
}