diff options
| author | ruki <waruqi@gmail.com> | 2018-11-08 00:38:48 +0800 |
|---|---|---|
| committer | ruki <waruqi@gmail.com> | 2018-11-07 21:53:09 +0800 |
| commit | 26105034da4fcce7ac883c899d781f016559310d (patch) | |
| tree | c459a5dc4e3aa0972d9919033ece511ce76dd129 /node_modules/app-root-path/package.json | |
| parent | 2c77f00f1a7ecb6c8192f9c16d3b2001b254a107 (diff) | |
| download | xmake-docs-26105034da4fcce7ac883c899d781f016559310d.tar.gz xmake-docs-26105034da4fcce7ac883c899d781f016559310d.zip | |
switch to vuepress
Diffstat (limited to 'node_modules/app-root-path/package.json')
| -rw-r--r-- | node_modules/app-root-path/package.json | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/node_modules/app-root-path/package.json b/node_modules/app-root-path/package.json new file mode 100644 index 00000000..e0a99f65 --- /dev/null +++ b/node_modules/app-root-path/package.json @@ -0,0 +1,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" + } + } +}
\ No newline at end of file |
