UNPKG

behance-api

Version:

Node.js wrapper for the Behance API

40 lines (39 loc) 1.01 kB
{ "name": "behance-api", "version": "1.1.5", "description": "Node.js wrapper for the Behance API", "main": "index.js", "scripts": { "test": "mocha --reporter spec", "cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*" }, "repository": { "type": "git", "url": "git+https://github.com/Polyneue/behance-api.git" }, "keywords": [ "behance", "api", "wrapper" ], "author": "Ed Mendoza <polyneue@gmail.com> (http://www.edmendoza.com)", "license": "MIT", "bugs": { "url": "https://github.com/Polyneue/behance-api/issues" }, "homepage": "https://github.com/Polyneue/behance-api#readme", "dependencies": { "qs": "^6.3.0", "request": "^2.76.0" }, "devDependencies": { "chai": "^4.0.0", "coveralls": "^2.11.14", "eslint": "^3.19.0", "eslint-config-airbnb-base": "^11.1.3", "eslint-plugin-import": "^2.2.0", "istanbul": "^0.4.5", "mocha": "^3.1.2", "nock": "^9.0.0" } }