{
  "name": "mod10",
  "version": "0.0.3",
  "description": "Validate identification numbers using Luhn algorithm",
  "homepage": "https://github.com/muhammadghazali/mod10",
  "author": {
    "name": "Muhammad Ghazali",
    "email": "muhammadghazali2480@gmail.com",
    "url": "http://muhammadghazali.wordpress.com"
  },
  "repository": "muhammadghazali/mod10",
  "license": "MIT",
  "files": [
    "index.js"
  ],
  "keywords": [
    "mod10",
    "luhn",
    "modulus 10",
    "mod 10",
    "checksum",
    "credit card validation"
  ],
  "dependencies": {},
  "devDependencies": {
    "expect.js": "^0.3.1",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-jshint": "^0.11.0",
    "grunt-contrib-nodeunit": "^0.4.1",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-mocha-cli": "^1.12.0",
    "jshint-stylish": "^1.0.1",
    "load-grunt-tasks": "^3.1.0",
    "time-grunt": "^1.1.0"
  },
  "scripts": {
    "test": "grunt"
  }
}
