forked from tutumcloud/stackfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 937 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
32
33
34
35
36
37
38
39
{
"name": "Stackfiles",
"version": "1.0.0",
"description": "Docker-Compose file registry ",
"main": "server.js",
"scripts": {
"test": "echo \"Test passed\""
},
"keywords": [
"docker-compose"
],
"author": "MaximeHeckel",
"license": "MIT",
"dependencies": {
"body-parser": "^1.13.1",
"bower": "^1.4.1",
"connect-mongo": "^0.8.2",
"cookie-parser": "^1.3.5",
"express": "^4.13.0",
"express-paginate": "0.0.8",
"express-session": "^1.11.3",
"github-api": "^0.10.6",
"http": "0.0.0",
"js-yaml": "^3.3.1",
"method-override": "^2.3.3",
"mongoosastic": "^3.1.2",
"mongoose": "^4.0.6",
"mongoose-paginate": "^4.0.0",
"morgan": "^1.6.0",
"newrelic": "^1.22.0",
"open": "0.0.5",
"passport": "^0.2.2",
"passport-github2": "^0.1.9",
"randomstring": "^1.0.7",
"raven": "^0.8.1",
"request": "^2.58.0",
"supervisor": "^0.7.0"
}
}