[init] Initial bindings to the FullContact API
parents
Showing
.gitignore
0 → 100644
endpoints/.tern-port
0 → 100644
endpoints/name.js
0 → 100644
endpoints/person.js
0 → 100644
index.js
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "fullcontact", | |||
| "version": "0.0.0", | |||
| "description": "Fullcontact API bindings", | |||
| "main": "index.js", | |||
| "scripts": { | |||
| "test": "NODE_ENV=testing ./node_modules/.bin/mocha $(find test -name '*.test.js')" | |||
| }, | |||
| "repository": "", | |||
| "author": "Arnout Kazemier <opensource@observe.it>", | |||
| "license": "MIT", | |||
| "dependencies": { | |||
| "request": "~2.21.0", | |||
| "qs": "~0.6.4" | |||
| }, | |||
| "devDependencies": { | |||
| "mocha": "~1.9.0", | |||
| "chai": "~1.6.0", | |||
| "pre-commit": "0.0.3" | |||
| } | |||
| } |
test/fullcontact.test.js
0 → 100644
test/mocha.opts
0 → 100644
test/person.test.js
0 → 100644
Please
register
or
sign in
to comment