wair
Version:
The wair command is roughly equivalent to the UNIX 'which' command but in Javascript.
35 lines (34 loc) • 719 B
JSON
{
"name": "wair",
"version": "1.0.1",
"description": "The wair command is roughly equivalent to the UNIX 'which' command but in Javascript.",
"main": "src/wair.js",
"keywords": [
"javascript",
"wair",
"command",
"windows",
"ultrafast",
"algorithmic"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bugs": {
"url": "https://github.com/Cryptix720/Wair/issues"
},
"dependencies": {},
"devDependencies": {
"chai": "^2.3.0",
"mocha": "^5.2.0"
},
"engines": {
"node": ">=4.2"
},
"author": "Chris Pro",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Cryptix720/Wair.git"
}
}