-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 970 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 970 Bytes
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
{
"name": "phingnet",
"version": "0.0.1",
"description": "Net of phings",
"homepage": "http://www.phing.net",
"repository": {
"type": "git",
"url": "git://github.com/cheekytinker/phingnet"
},
"license": "GNU",
"author": {
"name": "Anthony Hollingsworth",
"email": "phingnet@cheekytinker.com"
},
"dependencies": {
"body-parser": "1.12.4",
"express": "4.12.3",
"express-session": "1.11.2",
"http-status": "0.1.8",
"couchbase": "2.1.3",
"ottoman":"*",
"morgan": "1.5.3",
"passport": "0.2.2",
"passport-facebook": "2.0.0",
"superagent": "1.2.0",
"underscore": "1.5.2",
"wagner-core": "0.1.0"
},
"devDependencies": {
"gulp": "3.8.11",
"gulp-mocha": "2.0.1",
"mocha": "2.2.4"
},
"scripts": {
"test": "mocha test.js",
"watch": "gulp watch"
},
"contributors": [
{
"name": "Anthony Hollingsworth",
"email": "phingnet@cheekytinker.com"
}
]
}