-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.17 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
{
"name": "w8-insta-image",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js",
"dev": "nodemon -q src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FACG4/w8-insta-image.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FACG4/w8-insta-image/issues"
},
"homepage": "https://github.com/FACG4/w8-insta-image#readme",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.11.0",
"nodemon": "^1.17.3",
"tap-spec": "^4.1.1",
"tape": "^4.9.0"
},
"dependencies": {
"bcrypt": "^2.0.1",
"body-parser": "^1.18.2",
"compression": "^1.7.2",
"cookie": "^0.3.1",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.3",
"env2": "^2.2.0",
"express": "^4.16.3",
"express-fileupload": "^0.4.0",
"express-handlebars": "^3.0.0",
"jsonwebtoken": "^8.2.1",
"pg": "^7.4.1",
"serve-favicon": "^2.5.0"
}
}