{
  "name": "scmp",
  "version": "2.0.0",
  "description": "safe, constant-time comparison of Buffers",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "posttest": "matcha"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/freewil/scmp.git"
  },
  "keywords": [
    "safe-compare",
    "compare",
    "time-equivalent-comparison",
    "time equivalent",
    "constant-time",
    "constant time"
  ],
  "author": "Sean Lavine",
  "license": "BSD-3-Clause",
  "readmeFilename": "README.md",
  "devDependencies": {
    "matcha": "^0.7.0",
    "mocha": "^3.1.2",
    "safe-buffer": "^5.0.1"
  },
  "dependencies": {}
}
