UNPKG

bitly-node-api

Version:
59 lines (58 loc) 1.25 kB
{ "name": "bitly-node-api", "version": "0.0.5", "description": "bitly api wrapper", "keywords": [ "bitly", "bitly node", "bitly node API", "bitly API", "bitly sdk", "bitly groups API", "bitly organizations API", "bitly user API", "bitly bitlinks API", "bitly-node", "bitly-node-api", "bitly-client", "bitly-sdk", "bitly-bitlinks" ], "homepage": "https://github.com/vijaypatoliya/bitly-node-api", "author": "Vijay Patoliya<osi.vijay@gmail.com>", "contributors": [ "Vijay Patoliya (osi.vijay@gmail.com)" ], "repository": { "type": "git", "url": "https://github.com/vijaypatoliya/bitly-node-api.git" }, "engines": { "node": ">= v0.10.0" }, "main": "lib/index.js", "directories": { "example": "examples", "lib": "lib", "test": "test" }, "scripts": { "lint": "jshint ./", "test": "npm run lint", "test.mocha": "npm run lint && mocha" }, "license": "MIT", "dependencies": { "bluebird": "^3.5.3", "chai": "^4.2.0", "debug": "^4.1.0", "iconv-lite": "^0.4.24", "lodash": "^4.17.11", "mocha": "^5.2.0", "qs": "^6.6.0", "xml2js": "^0.4.19" }, "devDependencies": { "jshint": "^2.9.7" } }