forked from webinos/webinos-pzh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 939 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
{ "name": "webinos-pzh",
"version": "0.8.2",
"description": "Webinos server side functionality",
"main": "./lib/pzh_sessionHandling.js",
"author": "Habib Virji <[email protected]>",
"repository":{
"type": "git",
"url": "git://github.com/webinos/webinos-pzh.git"
},
"bugs": "http://jira.webinos.org",
"directories": {
"lib": "./lib",
"test":"./test",
"web":"./web"
},
"dependencies":{
"webinos-jsonrpc2" : "*",
"webinos-certificateHandler": "git://github.com/webinos/webinos-certificateHandler.git",
"webinos-utilities" : "git://github.com/webinos/webinos-utilities.git",
"optimist": "*",
"webinos-pzhWebServer":"git://github.com/webinos/webinos-pzhWebServer.git"
},
"bundleDependencies":["webinos-api-test"],
"preferGlobal": true,
"bin": {
"webinos_pzh": "webinos_pzh.js"
},
"scripts":{
"travis-test": "./test/travis-test.sh"
}
}