-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 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
{
"name": "butter-provider-gdocs",
"version": "0.3.0",
"description": "A Butter provider to grab content from Google Docs",
"main": "index.js",
"scripts": {
"test": "mocha ./node_modules/butter-provider/tests/*",
"lint": "eslint tests/** index.js"
},
"butter": {
"timeout": 20000,
"testArgs": "gdocs?doc=1cR-jUrhPNA-tJfMyilDvvwvXkWYFMHlld81CWMXkFdg"
},
"repository": {
"type": "git",
"url": "git+https://github.com/butterproviders/butter-provider-gdocs.git"
},
"keywords": [
"gdocs",
"butter",
"streaming"
],
"author": "Niv Sardi",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/butterproviders/butter-provider-gdocs/issues"
},
"homepage": "https://github.com/butterproviders/butter-provider-gdocs#readme",
"dependencies": {
"axios": "^0.18.0",
"butter-provider": "butterproviders/butter-provider",
"debug": "^3.1.0",
"picosheet": "^0.0.2",
"picotube": "^0.0.4"
},
"devDependencies": {
"browserify": "^16.2.0",
"butter-test-provider": "butterproviders/butter-test-provider",
"standard": "^11.0.1",
"tape": "^4.5.1"
}
}