wallet-core/node_modules/spdx-license-ids/package.json

40 lines
745 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2018-09-20 02:56:13 +02:00
"name": "spdx-license-ids",
"version": "3.0.1",
"description": "A list of SPDX license identifiers",
"repository": "shinnn/spdx-license-ids",
"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
"scripts": {
"build": "node build.js",
"pretest": "eslint .",
"test": "node test.js"
},
"license": "CC0-1.0",
"files": [
"deprecated.json",
"index.json"
],
"keywords": [
"spdx",
"license",
"licenses",
"id",
"identifier",
"identifiers",
"json",
"array",
"oss"
],
"devDependencies": {
"@shinnn/eslint-config-node": "^6.0.0",
"chalk": "^2.4.1",
"eslint": "^5.4.0",
"get-spdx-license-ids": "^2.1.0",
"rmfr": "^2.0.0",
"tape": "^4.9.1"
},
"eslintConfig": {
"extends": "@shinnn/node"
}
2016-10-10 03:43:44 +02:00
}