-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.25 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.25 KB
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
{
"name": "dash-sos",
"version": "1.0.0",
"description": "emergency response call using Amazon dash button",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "npm run test-unit && npm run test-integration",
"test-unit": "cross-env NODE_ENV=test ./node_modules/.bin/mocha test/unit/*.test.js",
"test-integration": "cross-env NODE_ENV=test ./node_modules/.bin/mocha test/integration/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sidseh/DashSOS.git"
},
"keywords": [
"911",
"emergency",
"emergency response",
"elder care",
"medical emergency",
"medical",
"ambulance",
"EMT",
"alert"
],
"author": "siddhant, will, nathaniel, fausto",
"license": "ISC",
"bugs": {
"url": "https://github.com/sidseh/DashSOS/issues"
},
"dependencies": {
"body-parser": "1.16.0",
"cookie-parser": "1.4.3",
"ejs": "^2.5.6",
"express": "4.14.0",
"formidable": "^1.1.1",
"morgan": "1.7.0",
"mysql": "^2.13.0",
"path": "0.12.7",
"pg": "^6.1.2",
"pg-hstore": "^2.3.2",
"sequelize": "^3.29.0",
"serve-favicon": "2.1.5",
"sqlite3": "3.1.8",
"twilio": "2.11.1"
},
"homepage": "https://github.com/sidseh/DashSOS#readme"
}