-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 730 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 730 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
{
"name": "clear",
"version": "1.0.0",
"description": "manage low glucose levels",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "GlucoseManagement",
"license": "ISC",
"dependencies": {
"body-parser": "^1.17.1",
"cookie-parser": "^1.4.3",
"dateformat": "^2.0.0",
"express": "^4.15.2",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.1",
"geolocator": "^2.1.1",
"handlebars": "^4.0.6",
"mysql": "^2.13.0",
"node-monkey": "^1.0.0-beta.5",
"nodemon": "^1.11.0",
"socket.io": "^1.7.3",
"twilio": "^2.11.1",
"xml2js": "^0.4.17",
"xml2json": "^0.11.0"
}
}