-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.11 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
{
"name": "popstar-cms",
"version": "0.3.1",
"private": true,
"scripts": {
"start": "node app.js",
"test": "grunt test"
},
"dependencies": {
"async": "^1.3.0",
"body-parser": "^1.13.2",
"errorhandler": "^1.4.1",
"express": "^4.13.1",
"jade": "^1.11.0",
"json-structure-validator": "0.0.3",
"lodash": "^3.10.0",
"marked": "^0.3.3",
"morgan": "^1.6.1",
"popstar-file-reader": "^1.0.5",
"serve-static": "^1.10.0"
},
"devDependencies": {
"coveralls": "^2.11.2",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-develop": "^0.4.0",
"grunt-mocha-istanbul": "^2.4.0",
"grunt-mocha-test": "~0.12.7",
"hippie": "^0.3.0",
"istanbul": "^0.3.17",
"jscoverage": "^0.5.9",
"json-structure-validator": "0.0.3",
"load-grunt-tasks": "~3.2.0",
"mocha": "2.2.5",
"mocha-lcov-reporter": "0.0.2",
"request": "~2.58.0",
"should": "7.0.2",
"time-grunt": "~1.2.1"
}
}