| { |
| "author": "Shinnosuke Watanabe (https://github.com/shinnn)", |
| "description": "A list of SPDX license identifiers", |
| "devDependencies": { |
| "@shinnn/eslint-config": "^6.8.7", |
| "chalk": "^2.4.1", |
| "eslint": "^5.10.0", |
| "get-spdx-license-ids": "^2.1.0", |
| "rmfr": "^2.0.0", |
| "tape": "^4.9.1" |
| }, |
| "eslintConfig": { |
| "extends": "@shinnn" |
| }, |
| "files": [ |
| "deprecated.json", |
| "index.json" |
| ], |
| "keywords": [ |
| "spdx", |
| "license", |
| "licenses", |
| "id", |
| "identifier", |
| "identifiers", |
| "json", |
| "array", |
| "oss" |
| ], |
| "license": "CC0-1.0", |
| "name": "spdx-license-ids", |
| "repository": "shinnn/spdx-license-ids", |
| "scripts": { |
| "build": "node build.js", |
| "pretest": "eslint .", |
| "test": "node test.js" |
| }, |
| "version": "3.0.5" |
| } |