{
  "name": "aes-cbc-mac",
  "version": "1.0.1",
  "description": "Node implementation for aes cbc mac",
  "main": "lib/index.js",
  "scripts": {
    "pretest": "semistandard --fix",
    "coverage": "nyc npm test",
    "coveragehtml": "nyc report -r html",
    "precoveragehtml": "npm run coverage",
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "test": "ava test/aes-cbc-mac.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/erdtman/aes-cbc-mac.git"
  },
  "keywords": [
    "hash",
    "cbc",
    "aes",
    "mac",
    "crypto"
  ],
  "author": "Samuel Erdtman",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/erdtman/aes-cbc-mac/issues"
  },
  "homepage": "https://github.com/erdtman/aes-cbc-mac#readme",
  "devDependencies": {
    "ava": "*",
    "npm-run-all": "*",
    "nyc": "*",
    "semistandard": "*"
  }
}
