{
  "author": "John Backus <john@blockscore.com>",
  "name": "blockscore",
  "description": "BlockScore API wrapper",
  "keywords": [
    "blockscore",
    "block score",
    "identity verification",
    "company verification",
    "watchlist monitoring",
    "ofac",
    "kyc",
    "know your customer",
    "verification",
    "id verification",
    "watchlist scanning",
    "watchlists"
  ],
  "version": "4.0.3",
  "homepage": "https://github.com/blockscore/blockscore-node",
  "repository": {
    "type": "git",
    "url": "git://github.com/blockscore/blockscore-node.git"
  },
  "engines": {
    "node": ">= v0.4.0"
  },
  "main": "./lib/main.js",
  "dependencies": {},
  "devDependencies": {
    "vows": "~0.7.0"
  },
  "scripts": {
    "test": "vows test/*.js"
  }
}
