forked from yatsenkolesh/instagram-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 892 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
{
"dependencies": {
"fetch-cookie": "^0.6.0",
"form-data": "^2.1.2",
"node-fetch": "^1.6.3",
"timeout-as-promise": "^1.0.0"
},
"name": "instagram-nodejs-without-api",
"description": "Auth and get followers on instagram with nodejs",
"version": "0.2.0",
"main": "instagram.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yatsenkolesh/instagram-nodejs.git"
},
"keywords": [
"Instagram",
"Instagram",
"without",
"API",
"get",
"instagram",
"followers",
"nodejs"
],
"author": "Alex Yatsenko <[email protected]> (http://webfay.net)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/yatsenkolesh/instagram-nodejs/issues"
},
"homepage": "https://github.com/yatsenkolesh/instagram-nodejs#readme"
}