Edit File: package.json
{ "name": "cliff", "description": "Your CLI formatting friend.", "version": "0.1.9", "author": "Nodejitsu Inc. <info@nodejitsu.com>", "repository": { "type": "git", "url": "http://github.com/flatiron/cliff.git" }, "maintainers": [ "indexzero <charlie@nodejitsu.com>" ], "keywords": [ "cli", "logging", "tools", "winston" ], "dependencies": { "colors": "0.x.x", "eyes": "0.1.x", "winston": "0.8.x" }, "devDependencies": { "vows": "0.7.x" }, "main": "./lib/cliff", "scripts": { "test": "vows test/*-test.js --spec" }, "engines": { "node": ">= 0.4.0" } }
Back to File Manager