forked from angkressin/Proximity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.18 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
34
35
36
37
38
39
40
41
{
"name": "ProjectTwo",
"version": "1.0.0",
"description": "-\tHTML\r -\tBootstrap\r -\tJavascript\r -\tNode.js\r -\tSequelize\r -\tMySQL\r -\tHandlebars\r -\tExpress.js\r -\tjQuery UI\r -\tGeocoder.js",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wai-Yan/ProjectTwo.git"
},
"keywords": [],
"author": "Angela Kressin, Tak Nalut, Wai Yan, Sean Andersen",
"license": "ISC",
"bugs": {
"url": "https://github.com/Wai-Yan/ProjectTwo/issues"
},
"homepage": "https://github.com/Wai-Yan/ProjectTwo#readme",
"dependencies": {
"@google/maps": "^0.4.5",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"geocoder": "^0.2.3",
"gravatar": "^1.6.0",
"load-google-maps-api": "^1.2.0",
"moment": "^2.21.0",
"mysql2": "^1.5.2",
"npm": "^5.8.0",
"request": "^2.85.0",
"sequelize": "^4.36.1",
"pg": "6.x",
"ejs": "2.5.6",
"cool-ascii-faces": "1.3.4"
},
"devDependencies": {}
}