-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 884 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 884 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
{
"name": "HanGee",
"version": "0.2.0",
"description": "HanGee Portal",
"main": "gruntfile.js",
"scripts": {
"start": "npm i && grunt",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:HanGee/Portal.git"
},
"author": "",
"bugs": {
"url": "https://github.com/HanGee/Portal/issues"
},
"homepage": "https://github.com/HanGee/Portal",
"dependencies": {
"express": "3.4.8",
"jade": "*"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-cli": "~0.1.13",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-sass": "~0.7.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-bower-task": "~0.3.4",
"grunt-contrib-copy": "~0.5.0",
"grunt-open": "~0.2.3",
"nodemon": "~1.0.17",
"grunt-forever": "~0.4.4"
}
}