-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 981 Bytes
/
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
{
"name": "hackcu2016",
"version": "1.0.0",
"description": "[https://hackcu.org](https://hackcu.org)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"newb": "npm install && grunt && open dist/index.html",
"open": "open dist/index.html && open dist/organizers.html && open dist/apply.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HackCU/HackCU2016.git"
},
"author": "@dawsbot",
"license": "MIT",
"bugs": {
"url": "https://github.com/HackCU/HackCU2016/issues"
},
"homepage": "https://github.com/HackCU/HackCU2016#readme",
"dependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-htmlmin": "^0.6.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-newer": "^1.1.1"
}
}