-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 990 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 990 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
40
41
42
43
{
"name": "overheroes-api",
"version": "1.0.0",
"engines": {
"node": "6.0.0"
},
"main": "server.js",
"scripts": {
"build": "",
"postinstall": "",
"start": "node ./server.js",
"test": ""
},
"dependencies": {
"cors": "^2.7.1",
"express": "^4.13.4",
"gm": "^1.22.0",
"grunt": "^0.4.5",
"imagemagick": "^0.1.3",
"json2yaml": "^1.1.0"
},
"devDependencies": {
"cheerio": "^0.20.0",
"follow-redirects": "^0.1.0",
"grunt": "^0.4.5",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-convert": "^0.1.12",
"grunt-http-server": "^1.3.0",
"grunt-yaml": "^0.4.2",
"http": "0.0.0",
"jasmine": "^2.4.1",
"jasmine-node": "^1.14.5",
"jscs": "1.11.x",
"jshint": "2.6.x",
"less": "2.5.x",
"load-grunt-tasks": "^3.4.1",
"request": "^2.71.0"
}
}