UNPKG

clearbit

Version:

Client for Clearbit.co business intelligence APIs

45 lines (44 loc) 1.04 kB
{ "name": "clearbit", "version": "1.3.5", "description": "Client for Clearbit.co business intelligence APIs", "main": "./src", "scripts": { "test": "gulp test" }, "repository": { "type": "git", "url": "https://github.com/clearbit/clearbit-node.git" }, "keywords": [ "clearbit", "client", "email" ], "author": "Ben Drucker <bvdrucker@gmail.com> (http://www.bendrucker.me)", "license": "MIT", "bugs": { "url": "https://github.com/clearbit/clearbit-node/issues" }, "homepage": "https://github.com/clearbit/clearbit-node", "dependencies": { "bluebird": "2", "create-error": "0.3", "lodash": "4.x", "needle": "clearbit/needle#84d28b5f2c3916db1e7eb84aeaa9d976cc40054b" }, "devDependencies": { "chai": "1", "chai-as-promised": "4", "gulp": "3", "gulp-istanbul": "0.3", "gulp-jshint": "1", "gulp-load-plugins": "0.7", "gulp-mocha": "1", "jshint-stylish": "1", "mocha": "1", "nock": "0.42", "sinon": "1", "yargs": "1" } }