forked from SiCKRAGE/SiCKRAGE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 935 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": "SiCKRAGE",
"private": true,
"repository": {
"type": "git",
"url": "git+https://git.sickrage.ca/SiCKRAGE/sickrage.git"
},
"bugs": {
"url": "https://www.sickrage.ca/forums/"
},
"homepage": "https://www.sickrage.ca",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-bower-concat": "^1.0.0",
"grunt-bower-task": "^0.4.0",
"grunt-changelog": "^0.3.2",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-google-fonts": "^0.3.0",
"grunt-sass": "^1.1.0",
"grunt-exec": "^2.0.0",
"grunt-spritesmith": "^6.4.0",
"grunt-po2json": "git+https://github.com/rockykitamura/grunt-po2json.git",
"load-grunt-tasks": "^3.4.1"
}
}