forked from theotherp/nzbhydra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.38 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": "nzbhydra",
"version": "0.0.1a2",
"devDependencies": {
"bower": "^1.6.3",
"grunt": "^0.4.5",
"grunt-bower-concat": "^0.5.0",
"gulp-angular-filesort": "^1.1.1",
"gulp-cached": "^1.1.1",
"gulp-clean": "^0.3.1",
"gulp-clean-css": "^2.4.0",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.3.0",
"gulp-copy": "0.0.2",
"gulp-flatten": "^0.2.0",
"gulp-git": "^1.6.0",
"gulp-inject": "^3.0.0",
"gulp-less": "^3.0.3",
"gulp-less-sourcemap": "^1.4.3",
"gulp-livereload": "^3.8.1",
"gulp-merge": "^0.1.1",
"gulp-ng-annotate": "^1.1.0",
"gulp-print": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-rev": "^6.0.1",
"gulp-rev-collector": "^1.0.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"gulp-watch": "^4.3.5",
"main-bower-files": "^2.9.0",
"merge-stream": "^1.0.0",
"run-sequence": "^1.1.4",
"wiredep": "^2.2.2",
"wiredep-cli": "^0.1.0"
},
"main": "gruntfile.js",
"dependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theotherp/nzbhydra.git"
},
"author": "theotherp",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/theotherp/nzbhydra/issues"
},
"homepage": "https://github.com/theotherp/nzbhydra#readme",
"description": ""
}