-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1005 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": "instagramposter",
"version": "1.0.0",
"description": "instagram posting with node.js",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jkRaccoon/instagramposter.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jkRaccoon/instagramposter/issues"
},
"homepage": "https://github.com/jkRaccoon/instagramposter#readme",
"dependencies": {
"body-parser": "^1.16.1",
"browser-sync": "^2.18.7",
"compression": "^1.6.2",
"connect-multiparty": "^2.0.0",
"datatable-parser": "^1.0.0",
"express": "^4.14.1",
"express-oauth-server": "^2.0.0-b1",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.2.1",
"instagram-private-api": "^0.5.12",
"mysql2": "^1.1.2",
"mysql2-promise": "^0.1.4",
"oauth2-server": "^2.4.1",
"spdy": "^3.4.4",
"sprintf-js": "^1.0.3",
"urlencode": "^1.1.0"
}
}