-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
36 lines (36 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
{
"name": "webinos-pzhWebServer",
"version": "0.8.4",
"description": "Webinos cloud functionality is implemented in PZH WebServer",
"main": "./lib/startweb.js",
"author": "Habib Virji <[email protected]>, John Lyle <[email protected]>",
"homepage": "http://www.webinos.org",
"bugs": "http://jira.webinos.org",
"repository": {
"type": "git",
"url": "https://github.com/webinos/webinos-pzhWebServer.git"
},
"dependencies": {
"express": "3.3.1",
"passport": "0.1.17",
"passport-yahoo": "0.3.0",
"passport-google": "0.3.0",
"passport-facebook": "0.1.5",
"passport-twitter": "0.1.5",
"passport-openid": "0.3.1",
"jade": "0.32.0",
"webinos-utilities" : "git://github.com/webinos/webinos-utilities.git",
"webinos-certificateHandler": "git://github.com/webinos/webinos-certificateHandler.git",
"openid": "0.5.x",
"twit" : "1.1.x",
"goo.gl" : "0.0.2",
"fb" : "0.6.2",
"express-validator":"0.3.x"
},
"devDependencies": {
"zombie": "~2.0.0-alpha17"
},
"scripts" : {
"travis-test": "./test/with-pzh-running/run.sh"
}
}