bracketcli
Version:
42 lines (41 loc) • 779 B
JSON
{
"name": "bracketcli",
"version": "1.0.4",
"description": "A CLI Tool",
"main": "bin/bracket",
"bin": {
"bracket": "bin/bracket"
},
"repository": {
"type": "git",
"url": "git+https://github.com/talonbragg/bracket.git"
},
"keywords": [
"CLI",
"Bracket",
"bracket",
"tool",
"CLI",
"tool",
"cli",
"tool"
],
"author": "Talon Bragg, Shreyas Lad",
"license": "MIT",
"bugs": {
"url": "https://github.com/talonbragg/bracket/issues"
},
"homepage": "https://github.com/talonbragg/bracket#readme",
"devDependencies": {
"mocha": "^3.2.0",
"readline": "^1.3.0"
},
"dependencies": {
"bracket": "0.0.6",
"commander": "^2.14.0"
},
"scripts": {},
"directories": {
"test": "test"
}
}