-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.33 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
{
"name": "alvarcarto-placement-service",
"version": "1.0.0",
"description": "Place-it image service",
"scripts": {
"start": "NODE_ENV=development nodemon --watch ./src -e js src/index.js",
"test": "NODE_ENV=test mocha",
"lint": "eslint ./src ./test"
},
"author": "Alvar Carto",
"license": "UNLICENSED",
"dependencies": {
"aws-sdk": "^2.293.0",
"bluebird": "^3.5.1",
"body-parser": "^1.18.3",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"express-json-validator-middleware": "^1.2.3",
"express-session": "^1.15.6",
"express-validation": "^1.0.2",
"gm": "^1.23.1",
"jimp": "^0.3.2",
"joi": "^13.5.2",
"lodash": "^4.17.10",
"mime-types": "^2.1.19",
"morgan": "^1.9.0",
"passport": "^0.4.0",
"passport-google-oauth20": "^1.0.0",
"perspective-transform": "^1.1.3",
"request": "^2.87.0",
"request-promise": "^4.2.2",
"server-destroy": "^1.0.1",
"sharp": "^0.23.3",
"uuid": "^3.3.2",
"winston": "^3.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0",
"geolib": "^2.0.24",
"js-combinatorics": "^0.5.3",
"mocha": "^5.2.0",
"nodemon": "^1.17.5",
"qs": "^6.5.2",
"query-string": "^6.1.0",
"supertest": "^3.1.0"
}
}