{
  "name": "license-key-gen",
  "version": "0.1.4",
  "description": "Generates and Validates license",
  "author": "Aruna Lakmal <contact@webisto.tech> (https://www.webisto.tech)",
  "license": "MIT",
  "main": "index.js",
  "bugs": {
    "url": "https://github.com/arunahk/license-key-gen/issues",
    "email": "contact@webisto.tech"
  },
  "scripts": {
    "test": "./node_modules/.bin/mocha",
    "lint": "./node_modules/.bin/eslint lib test"
  },
  "keywords": [
    "node",
    "nodejs",
    "license",
    "licensing",
    "license-generator",
    "chai",
    "mocha"
  ],
  "dependencies": {
    "md5": "^2.2.1",
    "uid-safe": "^2.1.5"
  },
  "repository": "github:arunahk/license-key-gen",
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^7.0.1",
    "standard": "^14.3.1",
    "eslint": "^6.8.0",
    "eslint-config-es6": "^1.10.3",
    "eslint-config-standard": "^14.1.0",
    "eslint-plugin-import": "^2.20.1",
    "eslint-plugin-standard": "^4.0.1"
  }
}
