forked from nordhagen/instagram-tagscrape
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 815 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
{
"name": "instagram-tagscrape",
"version": "1.0.4",
"description": "NPM module for loading images from Instagram by hashtag without API access by means of scraping.",
"main": "index.js",
"scripts": {
"test": "mocha -R spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evolross/instagram-tagscrape.git"
},
"keywords": [
"instagram",
"hashtag",
"scrape"
],
"author": "Øyvind Nordhagen <@nordhagen>",
"license": "MIT",
"bugs": {
"url": "https://github.com/evolross/instagram-tagscrape/issues"
},
"homepage": "https://github.com/evolross/instagram-tagscrape#readme",
"devDependencies": {
"chai": "3.5.0",
"mocha": "^7.0.1",
"nock": "^11.9.0"
},
"dependencies": {
"bluebird": "^3.7.2",
"request": "^2.88.0"
}
}