-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.21 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
44
45
46
47
48
49
50
51
52
{
"name": "WRC",
"description": "WRC Website. Standard website, not-so-standard production ;)",
"version": "0.3.0",
"meta": {
"current_version": {
"date": {
"full": "2016-02-08",
"year": "2016",
"month": "02",
"day": "08"
}
},
"initial_version": {
"date": {
"year": "2015"
}
}
},
"keywords": [
"mechanic",
"repairs",
"werribee",
"roadworthy"
],
"homepage": "https://github.com/JKAussieSkater/WRC",
"author": {
"name": "JKAussieSkater",
"url": "https://github.com/JKAussieSkater"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/JKAussieSkater/WRC.git"
},
"bugs": "https://github.com/JKAussieSkater/WRC/issues",
"devDependencies": {
"autoprefixer": "^6.3.1",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-http-server": "^1.14.0",
"grunt-minify-html": "^2.0.0",
"grunt-postcss": "^0.7.1",
"grunt-sass": "^1.1.0",
"time-grunt": "^1.3.0"
}
}