-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.04 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
42
43
{
"name": "@rahmatsaeedi/miniurl",
"version": "1.0.0",
"description": "A full stack, light-weight, simplified, & minified version of bit.ly, that allows users to shorten long URLs",
"main": "express_server.js",
"scripts": {
"start": "nodemon -L express_server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RahmatSaeedi/tinyApp.git"
},
"keywords": [
"miniURL",
"tinyApp",
"bit.ly",
"url shortner",
"tinyApp",
"Lighthouse Labs",
"Bootcamp",
"Web development bootcamp project"
],
"author": "Rahmat Saeedi",
"license": "ISC",
"bugs": {
"url": "https://github.com/RahmatSaeedi/tinyApp/issues"
},
"homepage": "https://github.com/RahmatSaeedi/tinyApp#readme",
"dependencies": {
"bcrypt": "3.0.6",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"ejs": "^2.6.2",
"express": "^4.17.1"
},
"devDependencies": {
"nodemon": "^1.19.1"
},
"directories": {
"doc": "doc"
}
}