UNPKG

byteskode-keygen

Version:
46 lines 1.17 kB
{ "name": "byteskode-keygen", "version": "1.0.0", "description": "byteskode key generator utility", "main": "index.js", "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "https://github.com/byteskode/byteskode-keygen.git" }, "keywords": [ "hmac", "activation", "product", "licence", "key", "verification" ], "author": { "name": "lykmapipo", "email": "lallyelias87@gmail.com", "url": "https://github.com/lykmapipo" }, "license": "MIT", "bugs": { "url": "https://github.com/byteskode/byteskode-keygen/issues" }, "homepage": "https://github.com/byteskode/byteskode-keygen", "devDependencies": { "async": "^1.5.0", "chai": "^3.4.1", "grunt": "^0.4.5", "grunt-contrib-jshint": "^0.11.3", "grunt-contrib-watch": "^0.6.1", "grunt-mocha-test": "^0.12.7", "jshint-stylish": "^2.0.1", "mocha": "^2.5.3" }, "dependencies": { "async": "^1.5.2", "getmac": "^1.2.1", "lodash": "^4.13.1" } }