Codebase list node-spdx-exceptions / 69809cd
Add contributor to npm metadata Kyle Mitchell 8 years ago
1 changed file(s) with 8 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
00 {
11 "name": "spdx-exceptions",
2 "description": "list of SPDX standard license exceptions",
23 "version": "1.0.1",
3 "description": "list of SPDX standard license exceptions",
44 "author": "The Linux Foundation",
5 "contributors": [
6 "Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com/)"
7 ],
8 "devDependencies": {
9 "defence-cli": "^1.0.1"
10 },
11 "license": "CC-BY-3.0",
512 "repository": "kemitchell/spdx-exceptions.js",
6 "license": "CC-BY-3.0",
713 "scripts": {
814 "test": "defence -i javascript README.md | sed 's!spdx-exceptions!./!' | node"
9 },
10 "devDependencies": {
11 "defence-cli": "^1.0.1"
1215 }
1316 }