forked from AntJanus/angular-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 968 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 968 Bytes
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": "popstar-cms",
"version": "0.2.0",
"private": true,
"scripts": {
"start": "node app.js",
"test": "grunt test"
},
"dependencies": {
"async": "0.7.x",
"express": "3.4.3",
"jade": "1.3.x",
"json-structure-validator": "0.0.x",
"lodash": "2.4.1",
"marked": "0.3.x",
"popstar-file-reader": "^0.1.0"
},
"devDependencies": {
"coveralls": "^2.10.1",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-develop": "~0.2.2",
"grunt-mocha-istanbul": "^1.5.0",
"grunt-mocha-test": "~0.8.1",
"hippie": "^0.3.0",
"istanbul": "^0.2.14",
"jscoverage": "^0.5.4",
"json-structure-validator": "0.0.3",
"load-grunt-tasks": "~0.2.0",
"mocha": "1.17.1",
"mocha-lcov-reporter": "0.0.1",
"request": "~2.27.0",
"should": "3.1.2",
"time-grunt": "~0.1.1"
}
}