UNPKG

savageplate

Version:

A simple CLI that generates a boilerplate for your project

38 lines (37 loc) 825 B
{ "name": "savageplate", "version": "1.0.1", "description": "A simple CLI that generates a boilerplate for your project", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/savager/savageplate.git" }, "keywords": [ "boilerplate", "react", "ITCSS", "babel", "webpack" ], "author": "Russ Savage", "license": "MIT", "bin": { "savageplate": "./index.js" }, "bugs": { "url": "https://github.com/savager/savageplate/issues" }, "homepage": "https://github.com/savager/savageplate#readme", "dependencies": { "chalk": "^1.1.3", "clear": "0.0.1", "clui": "^0.3.1", "figlet": "^1.2.0", "inquirer": "^3.0.6", "minimist": "^1.2.0" } }