-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 975 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
{
"name": "flexget-atfb",
"version": "2.0.0",
"description": "Flexget ATFB polyfill",
"main": "src/index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LynxyssCZ/flexget-atfb.git"
},
"author": "LynxyssCZ",
"license": "MIT",
"bugs": {
"url": "https://github.com/LynxyssCZ/flexget-atfb/issues"
},
"homepage": "https://github.com/LynxyssCZ/flexget-atfb#readme",
"dependencies": {
"async": "^2.0.1",
"bookshelf": "^0.10.2",
"bookshelf-camelcase": "^1.1.4",
"bunyan": "^1.8.1",
"camelcase": "^3.0.0",
"dotenv": "^1.2.0",
"es-hash": "^1.0.4",
"fluxerino": "github:lynxysscz/fluxerino",
"knex": "^0.12.2",
"rin-core": "github:lynxysscz/rin-core",
"shelljs": "^0.5.3",
"sqlite": "^2.2.0",
"sqlite3": "^3.1.8",
"superagent": "^2.3.0",
"yamljs": "^0.2.4"
}
}