UNPKG

fliphub-monorepo

Version:
59 lines (58 loc) 1.19 kB
{ "name": "fliphub-cli", "version": "0.1.1", "description": "the builder of builders - cli", "main": "src/index.js", "bin": "bin/flip", "scripts": { "test": "node test/todo" }, "files": [ "bin", "src" ], "engines": { "node": "7.7.1", "npm": "4.1.2" }, "optionalDependencies": { "storyboard": "^3.1.1", "storyboard-preset-console": "^3.1.1" }, "devDependencies": { "deepmerge": "^1.3.2", "rimraf": "^2.6.1", "semver": "^5.3.0" }, "dependencies": { "commander": "^2.9.0", "execa": "^0.6.1", "flipcache": "*", "flipchain": "*", "fliplog": "*", "flipscript": "*", "inquirer": "^3.0.6", "to-arr": "*", "vorpal": "1.11.4", "vorpal-less": "0.0.13", "vorpal-repl": "^1.1.8" }, "keywords": [ "cli", "app-builder", "fusebox", "fuse-box", "webpack", "fliphub", "flipbox" ], "author": "James <aretecode@gmail.com>", "homepage": "https://github.com/flip-box/fliphub#readme", "repository": { "type": "git", "url": "git+https://github.com/flip-box/fliphub.git" }, "bugs": { "url": "https://github.com/flip-box/fliphub/issues" } }