license-o-matic
Version:
Generate SPDX license with ease
36 lines (35 loc) • 687 B
JSON
{
"name": "license-o-matic",
"version": "1.2.0",
"description": "Generate SPDX license with ease",
"main": "index.js",
"repository": "https://github.com/tiaanduplessis/license-o-matic.git",
"author": "Tiaan du Plessis",
"license": "MIT",
"scripts": {
"lint": "standard --fix",
"test": "npm run lint && jest"
},
"keywords": [
"spdx-license",
"spdx-licenses",
"licenses",
"generator"
],
"bin": "cli.js",
"devDependencies": {
"jest": "22.4.4",
"standard": "11.0.1"
},
"standard": {
"env": {
"jest": true
}
},
"dependencies": {
"get-them-args": "^1.3.1"
},
"jest": {
"testEnvironment": "node"
}
}