-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 832 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
{
"name": "urlshortener",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/candrasaputra/urlshortener.git"
},
"author": "candra && tigor",
"license": "ISC",
"bugs": {
"url": "https://github.com/candrasaputra/urlshortener/issues"
},
"homepage": "https://github.com/candrasaputra/urlshortener#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"ejs": "^2.6.2",
"express": "^4.17.1",
"express-session": "^1.16.2",
"express-useragent": "^1.0.13",
"faker": "^4.1.0",
"md5": "^2.2.1",
"nodemon": "^1.19.1",
"pg": "^7.12.1",
"sequelize": "^5.16.0",
"sequelize-cli": "^5.5.0"
}
}