aboutsummaryrefslogtreecommitdiff
path: root/node_modules/spdx-license-ids/package.json
blob: 5908519c625e78f82bfac5cd4738d95ec1c9b75c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
  "name": "spdx-license-ids",
  "version": "1.2.2",
  "description": "A list of SPDX license identifiers",
  "repository": "shinnn/spdx-license-ids",
  "author": "Shinnosuke Watanabe (https://github.com/shinnn)",
  "scripts": {
    "build": "node --strong_mode build.js",
    "lint": "eslint --config @shinnn/node --env browser --ignore-path .gitignore .",
    "pretest": "${npm_package_scripts_build} && ${npm_package_scripts_lint}",
    "test": "node --strong_mode test.js | tap-spec",
    "coverage": "node --strong_mode node_modules/.bin/istanbul cover test.js"
  },
  "license": "Unlicense",
  "main": "spdx-license-ids.json",
  "files": [
    "spdx-license-ids.json"
  ],
  "keywords": [
    "spdx",
    "license",
    "licenses",
    "id",
    "identifier",
    "identifiers",
    "json",
    "array",
    "oss",
    "browser",
    "client-side"
  ],
  "devDependencies": {
    "@shinnn/eslint-config-node": "^3.0.0",
    "chalk": "^1.1.3",
    "eslint": "^3.1.1",
    "get-spdx-license-ids": "^1.0.0",
    "istanbul": "^0.4.4",
    "loud-rejection": "^1.6.0",
    "rimraf-promise": "^2.0.0",
    "stringify-object": "^2.4.0",
    "tap-spec": "^4.1.1",
    "tape": "^4.6.0",
    "write-file-atomically": "1.0.0"
  }
}