-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
36 lines (36 loc) · 917 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
{
"name": "instagram-screen-scrape",
"description": "scrape public instagram data w/out API access",
"version": "2.0.0",
"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.7",
"readable-stream": "^2.0.4",
"request": "^2.65.0",
"tough-cookie": "^2.2.1"
},
"devDependencies": {
"coffee-script": "^1.10.0",
"isstream": "^0.1.2",
"json-schema": "^0.2.2",
"mocha": "^2.3.4",
"should": "^7.1.1"
},
"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"
}
}