-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.4 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
{
"name": "boxroom_backend",
"version": "1.0.0",
"description": "J Ters Backend Development",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app",
"build": "babel server --out-dir build --presets=es2015 && webpack"
},
"dependencies": {
"aws-sdk": "^2.364.0",
"babel-register": "^6.26.0",
"bcryptjs": "*",
"body-parser": "*",
"cors": "*",
"express": "*",
"file-system": "*",
"jimp": "^0.5.6",
"jsonwebtoken": "*",
"md5": "*",
"mongoose": "*",
"multer": "^1.4.1",
"multer-s3": "^2.9.0",
"node-fetch": "^2.1.1",
"nodemailer": "^4.6.8",
"passport": "*",
"passport-jwt": "*",
"request": "^2.83.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-plugin-istanbul": "^4.1.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"mocha": "^3.3.0",
"nodemon": "^1.11.0",
"nyc": "^10.3.2"
},
"nyc": {
"require": [
"babel-register"
],
"sourceMap": true,
"instrument": false
},
"author": "Brad",
"license": "ISC"
}