You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
874 B
JSON

{
"name": "npm-which",
"version": "3.0.1",
"description": "Locate a program or locally installed node module's executable",
"main": "index.js",
"bin": {
"npm-which": "bin/npm-which.js"
},
"scripts": {
"test": "node test/index.js | tap-spec"
},
"author": "Tim Oxley",
"license": "MIT",
"engines": {
"node": ">=4.2.0"
},
"dependencies": {
"commander": "^2.9.0",
"npm-path": "^2.0.2",
"which": "^1.2.10"
},
"devDependencies": {
"tap-spec": "^4.1.1",
"tape": "^4.6.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/timoxley/npm-which.git"
},
"keywords": [
"npm",
"path",
"executable",
"run"
],
"bugs": {
"url": "https://github.com/timoxley/npm-which/issues"
},
"homepage": "https://github.com/timoxley/npm-which"
}