-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.2 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
{
"name": "butter-provider-trakt-watchlist",
"version": "0.1.0",
"description": "A Butter Watchlist provider using Trakt.tv",
"main": "index.js",
"butter": {
"testArgs": "watchlist?tokens={\"access_token\":\"02da5816dc6f7dd1e4856bd10833f2aa61a1abdc0881db38eba9c24b280eb686\",\"expires\":\"1465410613000\",\"refresh_token\":\"ac013a4efd471535844353ecbb215db1783da47203652bbf349b66a08faf21b4\"}"
},
"scripts": {
"test": "tape ./node_modules/butter-test-provider/tests/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/butterproviders/butter-provider-trakt-watchlist.git"
},
"keywords": [
"vodo",
"butter",
"streaming"
],
"author": "Niv Sardi",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/butterproviders/butter-provider-trakt-watchlist/issues"
},
"homepage": "https://github.com/butterproviders/butter-provider-trakt-watchlist#readme",
"dependencies": {
"debug": "^2.2.0",
"defer-request": "0.0.2",
"lodash": "^3.10.1",
"moment": "^2.11.1",
"q": "^1.4.1",
"trakt.tv": "^1.3.0",
"trakt.tv-ondeck": "0.0.1"
},
"devDependencies": {
"butter-test-provider": "0.0.2",
"localStorage": "^1.0.3"
}
}