UNPKG

vericred

Version:

Client library to interact with the Vericred API

47 lines (46 loc) 1.14 kB
{ "name": "vericred", "version": "0.0.1", "description": "Client library to interact with the Vericred API", "main": "index.js", "scripts": { "test": "mocha spec/* --require spec/helpers/spec_helper.js --reporter spec" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/vericred/vericred_node.git" }, "keywords": [ "Vericred", "Provider", "Data", "NPI" ], "author": "Dan Langevin", "license": "MIT", "bugs": { "url": "https://github.com/vericred/vericred_node/issues" }, "homepage": "https://github.com/vericred/vericred_node#readme", "devDependencies": { "babelify": "^7.2.0", "browserify": "^13.0.0", "chai": "^3.4.0", "gulp": "^3.9.0", "gulp-livereload": "^3.8.1", "gulp-sourcemaps": "^1.6.0", "gulp-uglify": "^1.5.1", "mocha": "^2.3.3", "sinon": "^1.17.2", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0" }, "dependencies": { "browser-request": "^0.3.3", "inflected": "^1.1.6", "promise": "^7.0.4", "qs": "^5.2.0", "request": "^2.69.0", "require-promise": "^1.0.1" } }