summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/spdx/package.json
blob: 9c31ddb5076dff90eaae02dcc3c5953ff2672d58 (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
64
65
66
67
68
69
70
71
72
{
  "name": "spdx",
  "description": "SPDX License Expression Syntax parser",
  "version": "0.4.0",
  "author": {
    "name": "Kyle E. Mitchell",
    "email": "kyle@kemitchell.com",
    "url": "http://kemitchell.com"
  },
  "bugs": {
    "url": "https://github.com/kemitchell/spdx.js/issues"
  },
  "dependencies": {
    "spdx-license-ids": "^1.0.0"
  },
  "devDependencies": {
    "docco": "^0.7.0",
    "fixpack": "^2.2.0",
    "jison": "^0.4.15",
    "jscs": "^1.12.0",
    "jshint": "^2.7.0",
    "jsmd": "^0.3.0"
  },
  "homepage": "https://github.com/kemitchell/spdx.js",
  "keywords": [
    "SPDX",
    "law",
    "legal",
    "license",
    "metadata",
    "package",
    "package.json",
    "standards"
  ],
  "license": "Apache-2.0",
  "main": "source/spdx.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kemitchell/spdx.js.git"
  },
  "scripts": {
    "build": "node build/parser.js > source/parser.generated.js",
    "doc": "docco --output documentation source/spdx.js",
    "lint": "fixpack && jshint build source/spdx.js && jscs build source/spdx.js",
    "precommit": "npm run lint && npm run test",
    "prepublish": "npm run build",
    "pretest": "npm run build",
    "test": "jsmd README.md"
  },
  "gitHead": "7186b8f92f0aa3c8f087e73b5f98bd1c776a4d3f",
  "_id": "spdx@0.4.0",
  "_shasum": "5a5cbff1a457b57b15204cafd3d0ea9ad9652ef8",
  "_from": "spdx@0.4.0",
  "_npmVersion": "1.4.28",
  "_npmUser": {
    "name": "kemitchell",
    "email": "kyle@kemitchell.com"
  },
  "maintainers": [
    {
      "name": "kemitchell",
      "email": "kyle@kemitchell.com"
    }
  ],
  "dist": {
    "shasum": "5a5cbff1a457b57b15204cafd3d0ea9ad9652ef8",
    "tarball": "http://registry.npmjs.org/spdx/-/spdx-0.4.0.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/spdx/-/spdx-0.4.0.tgz",
  "readme": "ERROR: No README data found!"
}