blob: 14b31bb9e7a6dd814c7475054773477c6dc4f753 [file] [log] [blame]
{
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"dependencies": {
"path-key": "^2.0.0"
},
"description": "Get your PATH prepended with locally installed binaries",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"keywords": [
"npm",
"run",
"path",
"package",
"bin",
"binary",
"binaries",
"script",
"cli",
"command-line",
"execute",
"executable"
],
"license": "MIT",
"name": "npm-run-path",
"repository": "sindresorhus/npm-run-path",
"scripts": {
"test": "xo && ava"
},
"version": "2.0.2",
"xo": {
"esnext": true
}
}