shortener-url
Version:
A string shortener using promises
24 lines • 612 B
JSON
{
"name": "shortener-url",
"version": "1.0.3",
"description": "A string shortener using promises",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Koalapvh13/shortener-url.git"
},
"keywords": [
"shorturl",
"urlshortener",
"url"
],
"author": "Matheus Dias Vieira <matheuspvh13@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Koalapvh13/shortener-url/issues"
},
"homepage": "https://github.com/Koalapvh13/shortener-url#readme"
}