UNPKG

software-license-key

Version:

Library for generating and validating software license keys with data embedded in the key.

34 lines (33 loc) 827 B
{ "name": "software-license-key", "version": "1.0.2", "description": "Library for generating and validating software license keys with data embedded in the key.", "main": "index.js", "scripts": { "test": "./node_modules/mocha/bin/_mocha --timeout 10000" }, "repository": { "type": "git", "url": "git+https://github.com/timtutt/software-license-key.git" }, "keywords": [ "software", "license", "key", "generator", "validator" ], "author": "Tim Tutt <tim@timtutt.com>", "license": "MIT", "bugs": { "url": "https://github.com/timtutt/software-license-key/issues" }, "homepage": "https://github.com/timtutt/software-license-key#readme", "dependencies": { "crypto-js": "4.2.0", "node-rsa": "^0.4.2" }, "devDependencies": { "mocha": "^10.4.0" } }