gob
Version:
gob (aka G.O.B) magically vanishes lines from your output streams.
52 lines (51 loc) • 1.13 kB
JSON
{
"name": "gob",
"version": "1.0.3",
"author": "Mike Groseclose",
"email": "mike.groseclose@gmail.com",
"description": "gob (aka G.O.B) magically vanishes lines from your output streams.",
"homepage": "http://github.com/mikrofusion/gob",
"author": {
"name": "Mike Groseclose",
"email": "mike.groseclose@gmail.com"
},
"keywords": [
"gob",
"g.o.b.",
"console",
"terminal",
"vanish",
"erase"
],
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git://github.com/mikrofusion/gob.git"
},
"scripts": {
"test": "./runtests",
"start": "gulp"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"breakwrap": "1.0.1"
},
"devDependencies": {
"gulp": "^3.5.6",
"gulp-coffee": "^1.4.3",
"gulp-coffeelint": "0.3.3",
"gulp-concat": "^2.2.0",
"gulp-plumber": "^0.5.6",
"gulp-util": "^2.2.14",
"coffee-script": "^1.7.1",
"mocha": "1.17.1",
"chai": "1.9.0",
"sinon": "1.10.3"
},
"licenses": [{
"type": "MIT",
"url": "http://github.com/mikrofusion/gob/raw/master/LICENSE"
}]
}