-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 1.55 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "instagram-sdk",
"version": "3.0.0-beta8",
"description": "Instagram unofficial SDK.",
"keywords": [
"instagram",
"sdk"
],
"homepage": "https://github.com/imposibrus/instagram-sdk",
"bugs": {
"url": "https://github.com/imposibrus/instagram-sdk/issues"
},
"license": "MIT",
"author": {
"name": "Vadim Petrov"
},
"repository": {
"type": "git",
"url": "https://github.com/imposibrus/instagram-sdk.git"
},
"engines": {
"node": ">=8.4.0"
},
"files": [
"dst/"
],
"main": "dst/index.js",
"typings": "dst/index.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"prepack": "gulp compile",
"test": "mocha"
},
"dependencies": {
"@types/got": "7.1.5",
"@types/lodash": "4.14.72",
"@types/node": "8.0.53",
"@types/tough-cookie": "2.3.2",
"big-number": "^0.4.0",
"delay": "^2.0.0",
"got": "^8.0.0",
"lodash": "4.17.4",
"redis-cookie-store": "github:imposibrus/redis-cookie-store",
"stronger-typed-streams": "^0.1.2",
"tough-cookie": "^2.3.3",
"tunnel": "0.0.5",
"uuid": "^3.1.0",
"winston": "2.4.0"
},
"devDependencies": {
"@types/delay": "2.0.1",
"@types/tunnel": "0.0.0",
"@types/uuid": "3.4.3",
"@types/winston": "2.3.7",
"gulp": "3.9.1",
"gulp-typescript": "3.2.3",
"ioredis": "3.2.1",
"merge2": "1.2.0",
"mocha": "4.0.1",
"rimraf": "2.6.2",
"should": "13.1.3",
"sinon": "4.1.2",
"tough-cookie-filestore": "github:imposibrus/tough-cookie-filestore",
"typescript": "2.5.3"
}
}