-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
45 lines (45 loc) · 1.24 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
44
45
{ "name": "webinos-pzh",
"version": "0.8.4",
"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-lib":"./web-lib",
"public":"public"
},
"dependencies":{
"webinos-jsonrpc2" : "*",
"webinos-certificateHandler": "git://github.com/webinos/webinos-certificateHandler",
"webinos-utilities" : "git://github.com/webinos/webinos-utilities",
"optimist": "*",
"express": "3.3.1",
"passport": "*",
"passport-yahoo": "0.3.0",
"passport-google": "0.3.0",
"passport-google-openidconnect": "*",
"passport-facebook": "0.1.5",
"passport-twitter": "0.1.5",
"passport-openid": "0.3.1",
"jade": "0.32.0",
"openid": "0.5.x",
"twit" : "1.1.x",
"goo.gl" : "0.0.2",
"fb" : "0.6.2",
"express-validator":"0.3.x"
},
"bundleDependencies":["webinos-api-test"],
"preferGlobal": true,
"bin": {
"webinos_pzh": "webinos_pzh.js"
},
"scripts":{
"travis-test": "./test/travis-test.sh"
}
}