-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 954 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": "ambivan",
"version": "1.0.0",
"description": "Ambivan design Project",
"main": "index.js",
"scripts": {
"test": "echo \"Error:no test specified\" && exit 1",
"start": "node app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manish-baghel/AmbiVan.git"
},
"author": "Manish Baghel",
"license": "ISC",
"homepage": "https://github.com/manish-baghel/AmbiVan.git",
"dependencies": {
"@google/maps": "^0.4.5",
"async-es": "^2.6.0",
"body-parser": "^1.18.2",
"compression": "^1.7.2",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-session": "^1.15.6",
"firebase": "^4.10.1",
"fs": "0.0.1-security",
"jquery": "^3.3.1",
"method-override": "^1.0.0",
"morgan": "^1.9.0",
"mysql": "^2.15.0",
"path": "latest",
"promise": "^8.0.1",
"q": "^1.5.0",
"underscore": "1.6.0"
}
}