-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 908 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
38
{
"name": "wearables-rest-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "babel src -d dist",
"start": "node dist",
"dev": "nodemon --exec babel-node src/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.3",
"@babel/node": "^7.2.2",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"nodemon": "^1.18.10"
},
"dependencies": {
"@babel/polyfill": "^7.2.5",
"@babel/runtime": "^7.3.1",
"bcrypt": "^3.0.4",
"body-parser": "^1.18.3",
"date-and-time": "^0.6.3",
"dist": "^0.1.2",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"jsonwebtoken": "^8.5.0",
"mongodb": "^3.2.3",
"mongoose": "^5.5.0",
"morgan": "^1.9.1",
"ms": "^2.1.1",
"multer": "^1.4.1"
}
}