-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.36 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
53
54
55
56
{
"name": "kinotracker",
"description": "Chrome extension for quick search movie torrents from kinopoisk",
"dependencies": {
"bem-jade": "^0.1.2",
"bemto.pug": "^2.1.0",
"chrome-webstore-upload": "^0.2.0",
"config": "^1.19.0",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-bump": "^2.5.1",
"gulp-imagemin": "^3.1.1",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.3.0",
"gulp-pug": "^3.2.0",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.3.1",
"gulp-zip": "^3.2.0",
"jquery": "^3.0.0",
"pug-loader": "^2.3.0",
"rivets": "^0.9.6",
"run-sequence": "^1.2.2",
"string-similarity": "^1.1.0",
"vinyl-named": "^1.1.0",
"webpack-dev-server": "^1.14.1",
"webpack-stream": "^3.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vkalinichev/chrome-kinotracker.git"
},
"keywords": [
"chrome",
"extension",
"movie",
"kino",
"torrent",
"search",
"tracker",
"kinopoisk",
"rutracker",
"rutor",
"tapochek",
"tapochek.net"
],
"author": "Vladimir Kalinichev",
"license": "ISC",
"bugs": {
"url": "https://github.com/vkalinichev/chrome-kinotracker/issues"
},
"homepage": "https://github.com/vkalinichev/chrome-kinotracker#readme",
"version": "1.0.0"
}