-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.43 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": "eschie.info",
"version": "2.0.0",
"private": true,
"author": "Austin Eschenbach <[email protected]>",
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"dependencies": {
"body-parser": "^1.2.0",
"cookie-parser": "^1.1.0",
"express": "^4.2.0",
"express-handlebars": "^1.1.0",
"express-session": "^1.1.0",
"express-validator": "^2.1.1",
"forever": "^0.11.1",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-csslint": "^0.2.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-sass": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-env": "^0.4.1",
"grunt-nodemon": "0.2.1",
"grunt-open": "~0.2.1",
"load-grunt-tasks": "^0.4.0",
"lodash": "^2.4.1",
"mongodb": "^1.4.19",
"mongoose": "3.8.x",
"ms": "0.6.2",
"time-grunt": "^0.3.1"
},
"devDependencies": {
"assetmanager": "^1.1.1",
"grunt": "latest",
"grunt-autoprefixer": "^1.0.1",
"grunt-contrib-sass": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-open": "latest",
"grunt-svginjector": "^0.1.1",
"grunt-svgmin": "^1.0.0",
"grunt-svgstore": "^0.4.1",
"matchdep": "latest",
"request": "^2.48.0",
"requirejs": "^2.1.11"
}
}