UNPKG

shorturl

Version:

Simple URL shortener client library

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