aboutsummaryrefslogtreecommitdiff
path: root/node_modules/app-root-path/package.json
blob: e0a99f65801f7d25e999c4cbde6147ee5e21a29b (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
{
  "name": "app-root-path",
  "version": "2.1.0",
  "description": "Determine an app's root path from anywhere inside the app",
  "main": "index.js",
  "browser": "browser-shim.js",
  "scripts": {
    "test": "nyc mocha -R spec",
    "report-coverage": "npm test && nyc report --reporter=text-lcov > coverage.lcov && codecov",
    "release": "semantic-release pre && npm publish && semantic-release post"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/inxilpro/node-app-root-path.git"
  },
  "keywords": [
    "root",
    "path",
    "utility",
    "util",
    "node",
    "module",
    "modules",
    "node_modules",
    "require",
    "app"
  ],
  "author": "Chris Morrell <http://cmorrell.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/inxilpro/node-app-root-path/issues"
  },
  "homepage": "https://github.com/inxilpro/node-app-root-path",
  "devDependencies": {
    "codecov": "^1.0.1",
    "coveralls": "^2.11.2",
    "cracks": "^3.1.2",
    "cz-conventional-changelog": "^1.2.0",
    "ghooks": "^1.3.2",
    "istanbul": "^0.3.4",
    "mocha": "^2.0.1",
    "mocha-lcov-reporter": "0.0.1",
    "mockery": "^1.7.0",
    "nyc": "^8.1.0",
    "semantic-release": "^4.3.5",
    "validate-commit-msg": "^2.8.0"
  },
  "engines": {
    "node": ">= 4.0.0"
  },
  "release": {
    "branch": "master"
  },
  "config": {
    "ghooks": {
      "commit-msg": "validate-commit-msg",
      "post-merge": "npm install",
      "post-rewrite": "npm install"
    },
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}