{
  "name": "documentid-checksum-validator",
  "version": "1.0.12",
  "description": "checksum validation for government doc ids",
  "main": "lib/index.js",
  "dependencies": {
    "debuglog": "^1.0.1",
    "babel": "^5.8.23"
  },
  "scripts": {
    "build": "babel ./src -d lib",
    "test": "npm run lint && npm run mocha",
    "lint": "node_modules/eslint/bin/eslint.js --ignore-path .gitignore src/* examples/*",
    "compile": "babel -d lib/ src/",
    "prepublish": "npm run compile",
    "mocha": "mocha --compilers js:mocha-babel tests/test.js"
  },
  "devDependencies": {
    "babel": "^5.8.34",
    "babel-core": "^5.8.25",
    "babel-runtime": "^5.8.24",
    "eslint": "^1.10.1",
    "eslint-config-airbnb": "^1.0.0",
    "eslint-plugin-react": "^3.10.0",
    "mocha": "^2.3.4",
    "mocha-babel": "^3.0.0"
  },
  "author": {
    "name": "Gayathri Kathirvelu",
    "email": "gayathrikathirvelu@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gayathri2089/documentId-checksum-validator.git"
  },
  "keywords": [
    "checksum",
    "validation",
    "documentid",
    "document id"
  ],
  "license": "MIT"
}