mirror of
https://github.com/SrIzan10/YouRL.git
synced 2026-05-01 11:15:09 +00:00
32 lines
638 B
JSON
32 lines
638 B
JSON
{
|
|
"name": "yourl",
|
|
"version": "1.0.0",
|
|
"description": "A url shortner",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sunn-e/YouRL.git"
|
|
},
|
|
"keywords": [
|
|
"URL",
|
|
"shortner"
|
|
],
|
|
"author": "sunn-e",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/sunn-e/YouRL/issues"
|
|
},
|
|
"homepage": "https://github.com/sunn-e/YouRL#readme",
|
|
"dependencies": {
|
|
"ejs": "^3.1.5",
|
|
"express": "^4.17.1",
|
|
"mongoose": "^5.10.8"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.4"
|
|
}
|
|
}
|