UNPKG

@leandrohlsilva/fullcontact

Version:
31 lines (30 loc) 755 B
{ "name": "@leandrohlsilva/fullcontact", "version": "1.1.0", "description": "Fullcontact API bindings", "main": "index.js", "keywords": [ "fullcontact", "api", "full", "contact" ], "scripts": { "test": "NODE_ENV=testing ./node_modules/.bin/mocha $(find test -name '*.test.js')", "test-travis": "API_KEY=506d9c8a7aafae5a NODE_ENV=testing ./node_modules/.bin/mocha $(find test -name '*.test.js')" }, "repository": { "type": "git", "url": "git@github.com:observing/fullcontact.git" }, "author": "Arnout Kazemier <opensource@observe.it>", "license": "MIT", "dependencies": { "request": "2.x.x" }, "devDependencies": { "mocha": "3.x.x", "chai": "4.x.x", "pre-commit": "1.x.x" } }