Merge pull request #22 from observing/update-deps
Update deps
Showing
| ... | @@ -3,7 +3,12 @@ | ... | @@ -3,7 +3,12 @@ |
| "version": "1.0.0", | "version": "1.0.0", | ||
| "description": "Fullcontact API bindings", | "description": "Fullcontact API bindings", | ||
| "main": "index.js", | "main": "index.js", | ||
| "keywords": ["fullcontact", "api", "full", "contact"], | "keywords": [ | ||
| "fullcontact", | |||
| "api", | |||
| "full", | |||
| "contact" | |||
| ], | |||
| "scripts": { | "scripts": { | ||
| "test": "NODE_ENV=testing ./node_modules/.bin/mocha $(find test -name '*.test.js')", | "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')" | "test-travis": "API_KEY=506d9c8a7aafae5a NODE_ENV=testing ./node_modules/.bin/mocha $(find test -name '*.test.js')" | ||
| ... | @@ -15,12 +20,11 @@ | ... | @@ -15,12 +20,11 @@ |
| "author": "Arnout Kazemier <opensource@observe.it>", | "author": "Arnout Kazemier <opensource@observe.it>", | ||
| "license": "MIT", | "license": "MIT", | ||
| "dependencies": { | "dependencies": { | ||
| "request": "2.x.x", | "request": "2.x.x" | ||
| "qs": "2.x.x" | |||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "mocha": "2.x.x", | "mocha": "3.x.x", | ||
| "chai": "2.x.x", | "chai": "3.x.x", | ||
| "pre-commit": "1.x.x" | "pre-commit": "1.x.x" | ||
| } | } | ||
| } | } |
Please
register
or
sign in
to comment