links-shortener
Version:
JS library for shortening links depending on the search phrase
35 lines (34 loc) • 756 B
JSON
{
"name": "links-shortener",
"version": "1.0.7",
"description": "JS library for shortening links depending on the search phrase",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/izaboj/links-shortener.git"
},
"homepage": "https://github.com/izaboj/links-shortener",
"bugs": {
"url" : "https://github.com/izaboj/links-shortener/issues"
},
"author": "izaboj@gmail.com",
"license": "MIT",
"dependencies": {
"urijs": "^1.19.1"
},
"keywords": [
"link",
"url",
"shortener",
"short",
"uri",
"phrase",
"shorter",
"search",
"match",
"string"
]
}