forked from CGUC/skybunk-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 979 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 979 Bytes
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
{
"name": "grapp_server",
"version": "0.0.1",
"description": "",
"main": "app.js",
"dependencies": {
"agenda": "^2.0.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"date-fns": "^1.29.0",
"expo-server-sdk": "^2.4.0",
"express": "^4.16.3",
"jsonwebtoken": "^8.2.1",
"lodash": "^4.17.11",
"mongoose": "^5.4.19",
"mongoose-paginate": "^5.0.3",
"multer": "^1.3.1",
"node-fetch": "^2.3.0",
"nodemailer": "^6.3.0",
"path": "^0.12.7",
"sharp": "^0.22.1",
"sinon-mongoose": "^2.2.1"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^5.16.0",
"eslint-utils": ">=1.4.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.2",
"mocha": "^5.2.0",
"nodemon": "^1.19.0",
"nyc": "^13.3.0",
"sinon": "^5.1.1"
},
"scripts": {
"test": "nyc mocha --recursive",
"start": "NODE_ENV=local nodemon app.js"
},
"author": "",
"license": "ISC"
}