-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1003 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
39
40
{
"name": "butter-provider-archive",
"version": "0.7.0",
"description": "A Butter provider for Archive.org",
"main": "index.js",
"butter": {
"timeout": 200000
},
"scripts": {
"test": "mocha ./node_modules/butter-provider/tests/*",
"lint": "./node_modules/.bin/eslint tests/** index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/butterproviders/butter-provider-archive.git"
},
"keywords": [
"archive.org",
"butter",
"streaming"
],
"author": "Niv Sardi",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/butterproviders/butter-provider-ccc/issues"
},
"homepage": "https://github.com/butterproviders/butter-provider-ccc#readme",
"dependencies": {
"axios": "^0.18.0",
"butter-provider": "butterproviders/butter-provider",
"debug": "^3.1.0",
"moment": "^2.11.1"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.19.1",
"mocha": "^5.0.5",
"tape": "^4.9.0"
}
}