nodejs-license-file
Version:
A lightweight License file generator and parser for NodeJS.
34 lines (33 loc) • 862 B
JSON
{
"name": "nodejs-license-file",
"description": "A lightweight License file generator and parser for NodeJS.",
"version": "4.0.0",
"license": "MIT",
"author": "Yuriy Bushev <bushevuv@gmail.com>",
"keywords": [
"license",
"file",
"generation",
"parsing",
"validation"
],
"devDependencies": {
"mocha": "4.0.1",
"should": "13.1.3"
},
"scripts": {
"test": "mocha ./test/index.js"
},
"engine": "node >= 4.3.1",
"repository": {
"type": "git",
"url": "git+https://github.com/bushev/nodejs-license-file"
},
"bugs": {
"url": "https://github.com/bushev/nodejs-license-file/issues"
},
"homepage": "https://github.com/bushev/nodejs-license-file",
"dependencies": {
"json-stable-stringify": "1.0.1"
}
}