bumped-terminal
Version:
Executes whatever terminal command inside as bumped plugin.
37 lines (36 loc) • 804 B
JSON
{
"name": "bumped-terminal",
"description": "Executes whatever terminal command inside as bumped plugin.",
"homepage": "https://github.com/bumped/bumped-terminal",
"version": "0.1.2",
"main": "./index.js",
"author": {
"email": "josefrancisco.verdu@gmail.com",
"name": "Kiko Beats",
"url": "https://github.com/Kikobeats"
},
"repository": "bumped/bumped-terminal",
"bugs": {
"url": "https://github.com/bumped/bumped-terminal/issues"
},
"keywords": [
"bumped",
"terminal"
],
"dependencies": {
"coffee-script": "*",
"oh-my-terminal": "~1.0.0"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"engines": {
"node": ">= 0.10.0",
"npm": ">= 1.4.0"
},
"scripts": {
"test": "sh test/test.sh"
},
"license": "MIT"
}