forked from whizzzkid/instagram-proxy-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 997 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
40
41
42
{
"name": "insta-proxy",
"version": "4.5.0",
"description": "Provides an API layer over Instagram's public API.",
"main": "app.js",
"scripts": {
"start": "NODE_ENV=prod node app.js",
"prod": "npm start",
"dev": "NODE_ENV=dev node app.js",
"test": "echo \"Dummy Tests Pass\""
},
"engines": {
"node": "6.11.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/whizzzkid/instagram-reverse-proxy.git"
},
"keywords": [
"instagram",
"reverse",
"proxy",
"fetch",
"images",
"public"
],
"author": "[email protected]",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/whizzzkid/instagram-reverse-proxy/issues"
},
"homepage": "https://github.com/whizzzkid/instagram-reverse-proxy#readme",
"dependencies": {
"bloomxx": "0.0.5",
"cors": "^2.8.4",
"domain-parser": "0.0.5",
"express": "^4.16.2",
"https": "^1.0.0",
"response-time": "^2.3.2",
"url": "^0.11.0"
}
}