-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
31 lines (31 loc) · 957 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
{
"name": "TechRetreat",
"version": "1.0.0",
"description": "Waterloo Tech Retreat\r ===============\r A website for the Waterloo Tech Retreat.",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"We shipped too fast and forgot about testing\" && exit 0"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TechRetreat/techretreat.github.io/issues"
},
"homepage": "https://github.com/TechRetreat/techretreat.github.io",
"devDependencies": {
"babel-preset-es2015": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.3",
"grunt-babel": "^6.0.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-http-server": "^1.2.0",
"grunt-mustache-html": "^0.1.9"
},
"repository": {
"type": "git",
"url": "git://github.com/TechRetreat/techretreat.github.io.git"
}
}