forked from SickChill/sickchill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 911 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
33
34
35
{
"name": "sickrage",
"version": "4.0.72",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/SickRage/SickRage.git"
},
"bugs": {
"url": "https://github.com/SickRage/SickRage/issues"
},
"homepage": "https://github.com/SickRage/SickRage#readme",
"scripts": {
"test": "grunt travis",
"security": "snyk test"
},
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^0.4.5",
"grunt-bower-concat": "^0.6.0",
"grunt-bower-task": "^0.4.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.11.1",
"grunt-mocha": "^0.4.15",
"grunt-sass": "^1.1.0",
"load-grunt-tasks": "^3.3.0",
"mocha": "^2.4.5",
"snyk": "^1.9.1"
}
}