-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
31 lines (31 loc) · 940 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
{
"name": "instagram-without-api-node",
"version": "1.0.12",
"description": "A simple Node.js code to get unlimited instagram public pictures by every user and tag without api, without credentials (just token from cookies), just Instagram Scraping (with cookie and image data in base64).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"instagram",
"scraping",
"without credentials",
"without api",
"no credentials",
"no api"
],
"author": "Francesco Orsi",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/orsifrancesco/instagram-without-api-node.git"
},
"bugs": {
"url": "https://github.com/orsifrancesco/instagram-without-api-node/issues"
},
"homepage": "https://orsi.me/instagram-without-api/",
"dependencies": {
"image-to-base64": "^2.2.0",
"request": "^2.88.2"
}
}