aboutsummaryrefslogtreecommitdiff
path: root/node_modules/function-name-support/package.json
blob: 97113ae4f21988d5b905f393edd11f0a32f405c9 (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
{
  "name": "function-name-support",
  "version": "0.2.0",
  "description": "Determine the level of support for function name inference.",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "scripts": {
    "coverage": "nyc npm test",
    "lint": "as-i-preach",
    "test": "ava",
    "posttest": "npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/novemberborn/function-name-inference.git"
  },
  "author": "Mark Wubben (https://novemberborn.net/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/novemberborn/function-name-inference/issues"
  },
  "homepage": "https://github.com/novemberborn/function-name-inference#readme",
  "devDependencies": {
    "@novemberborn/as-i-preach": "^9.0.0",
    "ava": "^0.19.1",
    "codecov": "^2.2.0",
    "istanbul-lib-instrument": "^1.7.1",
    "nyc": "^10.3.2",
    "proxyquire": "^1.8.0"
  },
  "nyc": {
    "reporter": [
      "html",
      "lcov",
      "text"
    ]
  },
  "standard-engine": "@novemberborn/as-i-preach"
}