-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 765 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 765 Bytes
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
{
"name": "netflix2",
"version": "1.0.1",
"description": "A client library to access the not-so-public Netflix Shakti API.",
"keywords": [
"netflix",
"api"
],
"license": "MIT",
"author": "Michael Kuckuk <mdk@kuckuk.com>",
"homepage": "https://github.com/LBBO/node-netflix2",
"repository": {
"type": "git",
"url": "https://github.com/LBBO/node-netflix2.git"
},
"main": "lib/netflix2.js",
"dependencies": {
"cheerio": "^0.20.0",
"extend": "^3.0.0",
"request": "^2.72.0",
"request-promise-native": "^1.0.7",
"sprintf-js": "^1.0.3"
},
"devDependencies": {
"eslint": "^4.18.2",
"eslint-config-standard": "^5.3.1",
"eslint-plugin-promise": "^1.3.1",
"eslint-plugin-standard": "^1.3.2"
}
}