You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
853 B
43 lines
853 B
{
|
|
"name": "hasbin",
|
|
"version": "1.2.3",
|
|
|
|
"description": "Check whether a binary exists in the PATH environment variable",
|
|
"keywords": [ "bin", "check", "path" ],
|
|
|
|
"author": "Nature Publishing Group",
|
|
"contributors": [
|
|
"Rowan Manning (http://rowanmanning.com/)",
|
|
"Andrew Walker (http://www.moddular.org/)"
|
|
],
|
|
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/springernature/hasbin.git"
|
|
},
|
|
"homepage": "https://github.com/springernature/hasbin",
|
|
"bugs": "https://github.com/springernature/hasbin/issues",
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
},
|
|
"dependencies": {
|
|
"async": "~1.5"
|
|
},
|
|
"devDependencies": {
|
|
"istanbul": "~0.3",
|
|
"jscs": "^2",
|
|
"jshint": "^2",
|
|
"mocha": "^2",
|
|
"mockery": "~1.4",
|
|
"proclaim": "^3",
|
|
"sinon": "^1"
|
|
},
|
|
|
|
"main": "./lib/hasbin.js",
|
|
"scripts": {
|
|
"test": "make ci"
|
|
}
|
|
}
|