You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
590 B
33 lines
590 B
{
|
|
"name": "cliff",
|
|
"description": "Your CLI formatting friend.",
|
|
"version": "0.1.10",
|
|
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/flatiron/cliff.git"
|
|
},
|
|
"keywords": [
|
|
"cli",
|
|
"logging",
|
|
"tools",
|
|
"winston"
|
|
],
|
|
"dependencies": {
|
|
"colors": "~1.0.3",
|
|
"eyes": "~0.1.8",
|
|
"winston": "0.8.x"
|
|
},
|
|
"devDependencies": {
|
|
"vows": "0.8.x"
|
|
},
|
|
"main": "./lib/cliff",
|
|
"scripts": {
|
|
"test": "vows test/*-test.js --spec"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
}
|
|
}
|
|
|