-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 893 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
36
37
38
{
"name": "cerebro-torrent",
"version": "0.1.3",
"description": "Cerebro plugin to search torrents",
"license": "MIT",
"repository": "wangshub/cerebro-torrent",
"author": {
"name": "wangshub",
"email": "easternsloe@yeah.net",
"url": "https://www.thinkhard.tech"
},
"dependencies": {
"async": "^2.6.0",
"cerebro-tools": "^0.1.8",
"cerebro-ui": "0.0.16",
"cheerio": "^1.0.0-rc.2",
"http": "0.0.0",
"request": "^2.85.0",
"string-format": "^1.0.0"
},
"devDependencies": {
"cerebro-scripts": "0.0.25"
},
"main": "dist/index.js",
"keywords": [
"torrent",
"movie",
"cerebro",
"cerebro-plugin"
],
"scripts": {
"start": "cerebro-scripts start",
"build": "cerebro-scripts build",
"test": "cerebro-scripts test",
"clear": "cerebro-scripts clear",
"prepublish": "yarn clear && yarn build"
}
}