-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.49 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
{
"name": "marvel",
"version": "0.0.0",
"description": "Marvel API",
"main": "server.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://[email protected]/nlkluth/marvel.git"
},
"author": "Nathan Kluth",
"license": "ISC",
"bugs": {
"url": "https://github.com/nlkluth/marvel/issues"
},
"homepage": "https://github.com/nlkluth/marvel",
"dependencies": {
"express": "^4.1.1",
"mongoose": "^3.8.8",
"grunt-env": "^0.4.1",
"grunt-nodemon": "0.2.1",
"load-grunt-tasks": "^0.4.0",
"grunt": "^0.4.4",
"grunt-cli": "^0.1.13",
"lodash": "^2.4.1",
"request": "^2.34.0",
"MD5": "^1.2.1",
"jade": "^1.3.1"
},
"devDependencies": {
"karma-ng-scenario": "~0.1.0",
"grunt-karma": "~0.8.2",
"should": "3.3.1",
"supertest": "0.11.0",
"time-grunt": "^0.3.1",
"grunt-concurrent": "~0.5.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-less": "^0.11.4",
"grunt-bower-install": "^1.4.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-usemin": "^2.1.1",
"grunt-autoprefixer": "^0.7.3",
"grunt-contrib-concat": "^0.4.0",
"grunt-ngmin": "0.0.3",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-htmlmin": "^0.2.0",
"debug": "^0.8.1",
"grunt-jade-usemin": "^0.4.0",
"grunt-jade-filerev-usemin": "0.0.1",
"grunt-rev": "^0.1.0"
},
"engines": {
"node": "0.10.x"
}
}