-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.16 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": "urlshortner",
"version": "1.0.0",
"description": "A simple implementation of URL Shortner (just like bit.ly or goo.gl)",
"main": "index.js",
"scripts": {
"start": "web: PGUSER=\"zjtjhxywytvvbj\" PGDATABASE=\"d4t4baik9hut4k\" PGPASSWORD=\"54891682ea274df55eca82bf573f9b8beec857090d531dc76529dbc91e9b5e15\" PGPORT=\"5432\" nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/me-ydv-5/urlShortner.git"
},
"keywords": [
"url",
"shortner",
"goo.gl",
"bit.ly"
],
"author": "Sahil",
"license": "MIT",
"bugs": {
"url": "https://github.com/me-ydv-5/urlShortner/issues"
},
"homepage": "https://github.com/me-ydv-5/urlShortner#README.md",
"dependencies": {
"bottleneck": "^2.19.0",
"cors": "^2.8.5",
"ddos": "^0.2.1",
"ejs": "^2.6.1",
"express": "^4.17.1",
"express-rate-limit": "^5.0.0",
"lru-cache": "^5.1.1",
"material-components-web": "^2.3.0",
"materialize-css": "^1.0.0-rc.2",
"nodemon": "^1.19.1",
"pg": "^7.11.0",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0"
}
}