-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
30 lines (30 loc) Β· 1.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
{
"name": "project-urlshortnergroup40",
"version": "1.0.0",
"description": "URL shortening is used to create shorter aliases for long URLs. We call these shortened aliases βshort links.β Users are redirected to the original URL when they hit these short links. Short links save a lot of space when displayed, printed, messaged, or tweeted. Additionally, users are less likely to mistype shorter URLs.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/21pintoo-singh/project-urlShortnerGroup40.git"
},
"author": "urlShortner",
"license": "ISC",
"bugs": {
"url": "https://github.com/21pintoo-singh/project-urlShortnerGroup40/issues"
},
"homepage": "https://github.com/21pintoo-singh/project-urlShortnerGroup40#readme",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.1",
"lodash": "^4.17.21",
"mongoose": "^6.4.4",
"node-url-shortener": "^2.0.3",
"nodemon": "^2.0.19",
"redis": "^3.1.2",
"shortid": "^2.2.16",
"valid-url": "^1.0.9"
}
}