summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/init-package-json/node_modules/validate-npm-package-license/node_modules/spdx-correct/package.json
blob: e3d291b602d25be792a3e46723ef1be8f0e4cc0e (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
  "name": "spdx-correct",
  "description": "correct invalid SPDX identifiers",
  "version": "1.0.0-prerelease-3",
  "author": {
    "name": "Kyle Mitchell",
    "email": "kyle@kemitchell.com",
    "url": "http://kemitchell.com"
  },
  "bugs": {
    "url": "https://github.com/kemitchell/spdx-correct/issues"
  },
  "dependencies": {
    "spdx": "^0.4.0"
  },
  "devDependencies": {
    "jscs": "^1.13.0",
    "jshint": "^2.7.0",
    "jsmd": "^0.3.0",
    "tap": "^0.7.1"
  },
  "homepage": "https://github.com/kemitchell/spdx-correct",
  "keywords": [
    "SPDX",
    "law",
    "legal",
    "license",
    "metadata"
  ],
  "license": "Apache-2.0",
  "main": "spdx-correct.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kemitchell/spdx-correct.git"
  },
  "scripts": {
    "lint": "jshint spdx-correct.js test && jscs spdx-correct.js test",
    "precommit": "npm run lint && npm run test",
    "test": "jsmd README.md && tap test"
  },
  "gitHead": "0289b9068391d4a1db571137083e0beb18a2faef",
  "_id": "spdx-correct@1.0.0-prerelease-3",
  "_shasum": "5706cc6ce05b928a65564c76e1d6809ba033ac7e",
  "_from": "spdx-correct@1.0.0-prerelease-3",
  "_npmVersion": "1.4.28",
  "_npmUser": {
    "name": "kemitchell",
    "email": "kyle@kemitchell.com"
  },
  "maintainers": [
    {
      "name": "kemitchell",
      "email": "kyle@kemitchell.com"
    }
  ],
  "dist": {
    "shasum": "5706cc6ce05b928a65564c76e1d6809ba033ac7e",
    "tarball": "http://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.0-prerelease-3.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.0-prerelease-3.tgz",
  "readme": "ERROR: No README data found!"
}