-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 876 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
{
"name": "simple-instagram-scraper",
"version": "1.0.12",
"description": "A simple, lightweight Instagram scraper",
"main": "simple-instagram-scraper.js",
"keywords": [
"automation",
"instagram",
"scraper",
"simple",
"followers",
"data",
"account",
"grab",
"information"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"run": "nodemon simple-instagram-scraper.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/donmorton/instagramScraper.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/donmorton/instagramScraper/issues"
},
"homepage": "https://github.com/donmorton/instagramScraper#readme",
"devDependencies": {},
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"npm": "^6.4.1",
"request": "^2.88.0"
}
}