spdx-simplify/package.json

32 строки
744 B
JSON

{
"name": "spdx-simplify",
"version": "3.0.0",
"description": "Simplifies a SPDX expression to a list of licenses that can be chosen.",
"main": "lib/index.js",
"scripts": {
"test": "mocha test/index.js"
},
"keywords": [
"spdx",
"license"
],
"homepage": "https://github.com/Microsoft/spdx-simplify",
"bugs": "https://github.com/Microsoft/spdx-simplify/issues",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/spdx-simplify.git"
},
"author": "William Bartholomew <willbar@microsoft.com>",
"license": "MIT",
"files": [
"lib/index.js"
],
"devDependencies": {
"chai": "3.5.0",
"mocha": "2.5.2"
},
"dependencies": {
"spdx-expression-parse": "^3.0.0"
}
}