-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 908 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
{
"name": "lighthouselabs_tinyapp",
"version": "1.0.0",
"description": "\"lighthouse labs : project-2 TINY APP\"",
"main": "index.js",
"engines": {
"node": "10.12.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ravraw/lighthouseLabs_tinyApp.git"
},
"author": "ravindra rawat (ravraw)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ravraw/lighthouseLabs_tinyApp/issues"
},
"homepage": "https://github.com/ravraw/lighthouseLabs_tinyApp#readme",
"dependencies": {
"bcrypt": "2.0.0",
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.3",
"ejs": "^2.6.1",
"event-stream": "^4.0.1",
"express": "^4.16.4",
"express-router": "0.0.1",
"method-override": "^3.0.0",
"nodemon": "^1.18.5"
}
}