-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
43 lines (43 loc) · 1.16 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": "hostkeeper-server",
"version": "0.2.0",
"description": "Node API server for hostkeeper",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frdmn/hostkeeper.git"
},
"author": "Jonas Friedmann",
"license": "MIT",
"bugs": {
"url": "https://github.com/frdmn/hostkeeper/issues"
},
"homepage": "https://github.com/frdmn/hostkeeper#readme",
"dependencies": {
"async": "^1.3.0",
"cors": "^2.7.1",
"express": "~4.13.1",
"is-root": "^1.0.0",
"node-simple-router": "^0.9.4-2",
"shelljs": "~0.5.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.3",
"grunt-browser-sync": "^2.1.3",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-grunticon": "^2.2.1",
"grunt-htmlhint": "^0.9.12-fix",
"grunt-notify": "^0.4.1",
"grunt-sass": "^1.0.0",
"load-grunt-tasks": "^3.2.0"
}
}