forked from werwolfby/monitorrent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.02 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
{
"name": "monitorrent",
"version": "1.1.11",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"preinstall": "npm install -g gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/werwolfby/monitorrent.git"
},
"keywords": [
"torrent",
"watch",
"track",
"updates"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/werwolfby/monitorrent/issues"
},
"homepage": "https://github.com/werwolfby/monitorrent#readme",
"devDependencies": {
"add-stream": "^1.0.0",
"del": "^2.0.2",
"git-rev": "^0.2.1",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^2.0.0",
"gulp-concat": "^2.6.0",
"gulp-htmlmin": "^2.0.0",
"gulp-jshint": "^1.12.0",
"gulp-less": "^3.0.3",
"gulp-ng-annotate": "^2.0.0",
"gulp-preprocess": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"gulp-zip": "^3.0.2",
"path": "^0.12.7"
}
}