forked from rzlyp/instagram-scraping
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 929 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
{
"name": "instagram-scraping",
"version": "1.0.16",
"description": "NPM module for loading media by hashtag without instagram API",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/rzlyp/instagram-scraping.git"
},
"scripts": {
"test": "mocha -R spec"
},
"keywords": [
"instagram",
"hashtag",
"scraping",
"scrape"
],
"author": "Rizal Yogi Pratama <@rzlyp>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rzlyp/instagram-scraping/issues"
},
"homepage": "https://github.com/rzlyp/instagram-scraping#readme",
"devDependencies": {
"chai": "3.5.0",
"eslint": "^6.4.0",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-prettier": "^3.1.1",
"mocha": "3.1.2",
"nock": "9.0.2",
"prettier": "1.18.2"
},
"dependencies": {
"async": "^2.6.0",
"axios": "^0.21.1",
"bluebird": "^3.5.1"
}
}