forked from yatsenkolesh/instagram-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 997 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
{
"dependencies": {
"fetch-cookie": "^0.6.0",
"form-data": "^2.1.2",
"node-fetch": "^1.6.3"
},
"name": "instagram-nodejs-without-api",
"description": "Auth and get followers on instagram with nodejs",
"version": "1.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",
"mass-following",
"mass-liking",
"instagram-feed",
"instagram-search",
"instagram-full-search"
],
"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",
"devDependencies": {}
}