UNPKG

shorturl-2

Version:

Simple URL shortener client library

26 lines (25 loc) 701 B
{ "name": "shorturl-2" , "version": "v0.0.7" , "description": "Simple URL shortener client library" , "keywords": ["shorturl", "shortlink", "bit.ly", "bitly", "goo.gl", "is.gd"] , "author": "eceeb" , "homepage": "https://github.com/eceeb/node-shorturl" , "bugs": { "url": "https://github.com/eceeb/node-shorturl/issues" } , "licenses": [ { "type": "MIT" , "url": "https://github.com/eceeb/node-shorturl/raw/master/LICENSE" } ] , "repository": { "type": "git" , "url": "https://github.com/eceeb/node-shorturl.git" } , "dependencies": { "request": ">=2.9.153", "optimist": ">=0.3.1" } , "engines": ["node >=0.6.0"] , "main": "./index" , "bin": { "shorturl": "./shorturl" } }