-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·33 lines (33 loc) · 1 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
{
"name": "Lanakila-Meals-on-Wheels-Project",
"version": "1.0.0",
"description": "Team Name: Lanakillahs <br/>\r Team Members: Zak Sakata, Angela Geronimo, Ian Acosta <br/>\r Project Manager: Zak Sakata <br/>\r Company: Lanakila Pacific",
"main": "handler.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zakattack9/Lanakila-Meals-on-Wheels-Project.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zakattack9/Lanakila-Meals-on-Wheels-Project/issues"
},
"homepage": "https://github.com/zakattack9/Lanakila-Meals-on-Wheels-Project#readme",
"dependencies": {
"aws-sdk": "^2.209.0",
"dom-autoscroller": "^2.3.4",
"dragscroll": "0.0.8",
"dragula": "^3.7.2",
"multiple.js": "0.0.1",
"pg": "^7.4.1",
"pg-pool": "^2.0.3",
"short-uuid": "^2.3.4",
"speaker": "^0.4.0",
"uuid": "^3.2.1"
},
"devDependencies": {}
}