aboutsummaryrefslogtreecommitdiff
path: root/node_modules/hullabaloo-config-manager/package.json
blob: 9fa46171420a03b8bdbd84c97dd82980b25a99d7 (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
{
  "name": "hullabaloo-config-manager",
  "version": "1.0.1",
  "description": "Manages complex Babel config chains, avoiding duplicated work and enabling effective caching",
  "main": "index.js",
  "files": [
    "index.js",
    "lib"
  ],
  "engines": {
    "node": ">=4.5"
  },
  "scripts": {
    "lint": "as-i-preach",
    "test": "ava",
    "posttest": "as-i-preach",
    "coverage": "nyc npm test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/novemberborn/hullabaloo-config-manager.git"
  },
  "keywords": [
    "babel"
  ],
  "author": "Mark Wubben (https://novemberborn.net/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/novemberborn/hullabaloo-config-manager/issues"
  },
  "homepage": "https://github.com/novemberborn/hullabaloo-config-manager#readme",
  "dependencies": {
    "dot-prop": "^4.1.0",
    "es6-error": "^4.0.2",
    "graceful-fs": "^4.1.11",
    "indent-string": "^3.1.0",
    "json5": "^0.5.1",
    "lodash.clonedeep": "^4.5.0",
    "lodash.clonedeepwith": "^4.5.0",
    "lodash.isequal": "^4.5.0",
    "lodash.merge": "^4.6.0",
    "md5-hex": "^2.0.0",
    "package-hash": "^2.0.0",
    "pkg-dir": "^1.0.0",
    "resolve-from": "^2.0.0"
  },
  "devDependencies": {
    "@novemberborn/as-i-preach": "^9.0.0",
    "ava": "^0.19.0",
    "babel-core": "^6.22.1",
    "coveralls": "^2.11.16",
    "fs-extra": "^2.0.0",
    "lodash.ismatch": "^4.4.0",
    "nyc": "^10.1.2",
    "proxyquire": "^1.7.11",
    "testdouble": "^2.1.2",
    "unique-temp-dir": "^1.0.0"
  },
  "nyc": {
    "reporter": [
      "html",
      "lcov",
      "text"
    ]
  },
  "standard-engine": "@novemberborn/as-i-preach"
}