UNPKG

node-bitlyapi

Version:

An OAuth, endpoint-complete, NodeJS interface for the public Bitly API

49 lines (48 loc) 1.12 kB
{ "name": "node-bitlyapi", "version": "0.4.0", "description": "An OAuth, endpoint-complete, NodeJS interface for the public Bitly API", "homepage": "http://www.projectspong.com/portfolio-type/nodebitlyapi/", "author": { "name": "Nathaniel Kirby", "url":"http://www.projectspong.com", "email":"nate@projectspong.com" }, "repository": { "type":"git", "url":"https://github.com/nkirby/node-bitlyapi" }, "bugs": { "url":"https://github.com/nkirby/node-bitlyapi/issues", "email":"nate@projectspong.com" }, "licenses": [ { "type":"MIT", "url": "https://github.com/nkirby/node-bitlyapi/blob/master/LICENSE" } ], "main": "lib/bitly.js", "engines": { "node": ">= 0.8.0" }, "keywords":[ "bitly", "shorten", "api", "url", "link" ], "readmeFilename": "README.md", "devDependencies": { "grunt": "~0.4.2", "grunt-contrib-coffee": "~0.8.2", "grunt-contrib-watch": "~0.5.3", "grunt-banner": "~0.2.0" }, "dependencies": { "btoa": "~1.1.1", "request": "~2.33.0", "querystring": "~0.2.0" } }