UNPKG

f-cli

Version:

A simple CLI for creating your projects

26 lines (25 loc) 472 B
{ "name": "f-cli", "version": "0.0.1", "description": "A simple CLI for creating your projects", "bin": { "f": "bin/f" }, "keywords": [ "f", "cli", "es6" ], "author": "fakership", "license": "MIT", "dependencies": { "chalk": "^1.1.3", "cli-table": "^0.3.1", "commander": "^2.9.0", "download-git-repo": "^1.0.0", "handlebars": "^4.0.8", "inquirer": "^3.0.6", "metalsmith": "^2.3.0", "ora": "^1.2.0" } }