UNPKG

bashprompt

Version:
69 lines (68 loc) 1.87 kB
{ "name": "bashprompt", "description": "A bash prompt framework in node.js", "version": "0.2.1", "author": "Raül Pérez <repejota@gmail.com>", "contributors": "https://github.com/repejota/bashprompt.js/graphs/contributors", "preferGlobal": true, "main": "./lib/index.js", "directories": { "lib": "lib", "test": "test" }, "repository": { "type": "git", "url": "https://github.com/repejota/bashprompt.js.git" }, "bugs": { "url": "https://github.com/repejota/bashprompt.js/issues" }, "homepage": "https://github.com/repejota/bashprompt.js", "analyze": false, "dependencies": { "nomnom": "*", "execSync": "*" }, "devDependencies": { "mocha": "*", "istanbul": "*", "matchdep": "*", "grunt": "*", "grunt-jsdoc": "*", "grunt-contrib-jshint": "*", "grunt-contrib-clean": "*", "grunt-lint-bash": "*", "grunt-shell": "*" }, "bin": { "bp": "./bin/bp" }, "scripts": { "prepublish": "npm prune", "test": "mocha test --colors --recursive --reporter spec", "test-watch": "mocha test --watch --colors --recursive --reporter dot", "coverage": "./node_modules/istanbul/lib/cli.js cover --print detail ./node_modules/mocha/bin/_mocha -- --colors --recursive -R spec" }, "licenses": [ { "type": "MIT", "url": "http://github.com/repejota/bashprompt.js/blob/master/LICENSE" } ], "engine": { "node": ">=0.8.0" }, "keywords": [ "ansi", "terminal", "colors", "bash", "propmt", "ps1", "ps2", "shell" ], "readmeFilename": "README.md", "_id": "bashprompt@0.2.1", "_from": "bashprompt@*" }