forked from notslang/instagram-screen-scrape
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 961 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": "instagram-screen-scrape",
"description": "scrape public instagram data w/out API access",
"version": "1.0.1",
"author": "Sean Lang <[email protected]>",
"bin": {
"instagram-screen-scrape": "./bin/index.js"
},
"bugs": {
"url": "https://github.com/slang800/instagram-screen-scrape/issues"
},
"dependencies": {
"JSONStream": "^0.10.0",
"argparse": "^1.0.2",
"instagram-id-to-url-segment": "0.0.0",
"readable-stream": "^1.0.33",
"request": "^2.55.0",
"tough-cookie": "^2.0.0"
},
"devDependencies": {
"coffee-script": "^1.9.1",
"isstream": "^0.1.2",
"json-schema": "^0.2.2",
"mocha": "^2.2.4",
"should": "^5.2.0"
},
"homepage": "https://github.com/slang800/instagram-screen-scrape",
"license": "GPL-3.0",
"main": "lib",
"repository": {
"type": "git",
"url": "https://github.com/slang800/instagram-screen-scrape.git"
},
"scripts": {
"test": "mocha"
}
}