2016-10-10 03:43:44 +02:00
|
|
|
{
|
2016-11-03 01:33:53 +01:00
|
|
|
"name": "spdx-correct",
|
|
|
|
"description": "correct invalid SPDX identifiers",
|
|
|
|
"version": "1.0.2",
|
|
|
|
"author": "Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com)",
|
2016-10-10 03:43:44 +02:00
|
|
|
"dependencies": {
|
|
|
|
"spdx-license-ids": "^1.0.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"defence-cli": "^1.0.1",
|
|
|
|
"replace-require-self": "^1.0.0",
|
|
|
|
"spdx-expression-parse": "^1.0.0",
|
|
|
|
"tape": "~4.0.0"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"SPDX",
|
|
|
|
"law",
|
|
|
|
"legal",
|
|
|
|
"license",
|
|
|
|
"metadata"
|
|
|
|
],
|
|
|
|
"license": "Apache-2.0",
|
2016-11-03 01:33:53 +01:00
|
|
|
"repository": "kemitchell/spdx-correct.js",
|
2016-10-10 03:43:44 +02:00
|
|
|
"scripts": {
|
|
|
|
"test": "defence README.md | replace-require-self | node && tape *.test.js"
|
2016-11-03 01:33:53 +01:00
|
|
|
}
|
2016-10-10 03:43:44 +02:00
|
|
|
}
|