UNPKG

node-url-shortener

Version:

node-url-shortener helps you to shorten your big URLs.

28 lines (27 loc) 643 B
{ "name": "node-url-shortener", "version": "2.0.3", "description": "node-url-shortener helps you to shorten your big URLs.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "url", "shortner", "node", "urlshortner", "shorturl", "url-shortner", "node-shorturl" ], "repository": { "type": "git", "url": "https://github.com/harshdoshi999/node-url-shortener" }, "author": "Harsh Doshi", "license": "MIT", "dependencies": { "request": "^2.81.0" } }