-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.44 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "BiblioFair",
"version": "0.0.2",
"description": "Book trading platform",
"author": {
"name": "Daniel Chabr",
"email": ""
},
"keywords": [
"OpenShift",
"Node.js",
"application",
"openshift"
],
"dependencies": {
"express": "3.4.4",
"connect": "~2.11.0",
"connect-flash": "0.1.1",
"connect-mongo": "0.4.0",
"mongoose": "3.8.8",
"path": "0.4.9",
"mongodb": ">= 1.3.18",
"crypto-js": ">= 3.1.2-1",
"mailgun": "~0.4.2",
"lodash": "2.4.1",
"grunt": "0.4.4",
"grunt-env": "0.4.1",
"grunt-mocha-test": "0.8.2",
"grunt-contrib-concat": "0.4.0",
"grunt-contrib-uglify": "0.3.0",
"grunt-contrib-watch": "0.6.1",
"grunt-html-snapshot": "0.6.1",
"async": "0.2.10",
"passport": "0.2.0",
"passport-remember-me": "0.0.1",
"passport-local": "1.0.0",
"passport-facebook": "1.0.3",
"passport-google-oauth": "0.1.5",
"consolidate": "0.10.0",
"swig": "1.3.2",
"nodemon": "0.7.10",
"forever": "0.10.11",
"express-subdomains": "0.0.5"
},
"devDependencies": {
"mocha": "1.18.0",
"should": "3.1.3",
"supertest": "0.9.0",
"passport-stub": "0.2.1"
},
"comment_devDependencies": {
"recess": "1.1.9",
"less": "1.4.2",
"grunt-cli": "0.1.9",
"grunt": "0.4.1",
"grunt-contrib": "0.7.0",
"grunt-html-snapshot": "0.5.0",
"ngmin": "0.4.0",
"forever": "0.10.11"
},
"bundleDependencies": [],
"engines": {
"node": ">= 0.6.20",
"npm": ">= 1.3.0"
},
"private": true,
"main": "server.js"
}