forked from fuzzmz/sickrage.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 738 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 738 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
{
"name": "sickrage.github.io",
"version": "1.0.0",
"description": "Site and support files for SickRage",
"main": "Gruntfile.js",
"dependencies": {
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jsonlint": "^1.0.7"
},
"devDependencies": {
"grunt": "^0.4.5"
},
"scripts": {
"test" : "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SickRage/sickrage.github.io.git"
},
"keywords": [
"SickRage"
],
"author": "miigotu",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/SickRage/sickrage.github.io/issues"
},
"homepage": "https://github.com/SickRage/sickrage.github.io#readme"
}