-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 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
46
47
48
49
50
51
52
53
{
"name": "Employ.me",
"main": "app.js",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "https://github.com/openshift/origin-server"
},
"engines": {
"node": ">= 0.6.0",
"npm": ">= 1.0.0"
},
"dependencies": {
"async": "^0.9.0",
"bcrypt-nodejs": "latest",
"body-parser": "~1.0.0",
"connect-flash": "~0.1.1",
"cookie-parser": "~1.0.0",
"csurf": "^1.6.3",
"debug": "~2.0.0",
"express": "~4.0.0",
"express-session": "~1.0.0",
"helmet": "^0.5.2",
"jade": "~1.6.0",
"less": "^2.0.0",
"less-middleware": "^1.0.4",
"method-override": "~1.0.0",
"mongoose": "~3.8.1",
"mongoose-deep-populate": "0.0.3",
"mongoose-schema-extend": "^0.1.7",
"morgan": "~1.0.0",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"serve-favicon": "^2.1.7",
"validator": "^3.22.1"
},
"devDependencies": {
"browserify": "^6.2.0",
"gulp": "^3.8.10",
"gulp-concat": "^2.4.1",
"gulp-jade": "^0.9.0",
"gulp-less": "^2.0.1",
"gulp-livereload": "^2.1.1",
"gulp-nodemon": "^1.0.4",
"gulp-watch": "^1.1.0",
"jadeify": "^3.0.0",
"less": "^2.1.1",
"vinyl-source-stream": "^1.0.0"
}
}