UNPKG

redub-cli

Version:

a command line interface for redub (a react redux boilerplate)

37 lines (36 loc) 821 B
{ "name": "redub-cli", "version": "0.0.4", "description": "a command line interface for redub (a react redux boilerplate)", "main": "./dist/index.js", "scripts": { "test": "echo \"no test specified\"" }, "dependencies": { "chalk": "^1.1.3", "commander": "^2.9.0", "figlet": "^1.1.2", "get-installed-path": "^2.0.3", "ncp": "^2.0.0" }, "keywords": [ "react", "redux", "boilerplate", "redub", "cli" ], "author": "Lukas Aichbauer", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/rudolfsonjunior/redub-cli.git" }, "bugs": { "url": "https://github.com/rudolfsonjunior/redub-cli/issues" }, "homepage": "https://github.com/rudolfsonjunior/redub-cli#readme", "bin": { "redub": "./lib/index.js" } }