summaryrefslogtreecommitdiff
path: root/deps/node-inspect/package.json
blob: eddc14debc4066bdb5ec36ba9ab99ed31987636f (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": "node-inspect",
  "version": "1.11.5",
  "description": "Node Inspect",
  "license": "MIT",
  "main": "lib/_inspect.js",
  "bin": "cli.js",
  "homepage": "https://github.com/nodejs/node-inspect",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/nodejs/node-inspect"
  },
  "bugs": {
    "url": "https://github.com/nodejs/node-inspect/issues"
  },
  "scripts": {
    "pretest": "eslint --rulesdir=tools/eslint-rules lib test",
    "test": "tap test",
    "posttest": "nlm verify"
  },
  "nlm": {
    "license": {
      "files": [
        "lib"
      ]
    }
  },
  "dependencies": {},
  "devDependencies": {
    "eslint": "^3.10.2",
    "nlm": "^3.0.0",
    "tap": "^10.7.0"
  },
  "author": {
    "name": "Jan Krems",
    "email": "jan.krems@gmail.com"
  },
  "files": [
    "*.js",
    "lib"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  }
}