UNPKG

buddy-cli

Version:

The command-line bootstrapper for Buddy

32 lines (31 loc) 699 B
{ "name": "buddy-cli", "version": "6.1.0", "description": "The command-line bootstrapper for Buddy", "author": "popeindustries <alex@pope-industries.com>", "keywords": [ "cli", "build", "buildtool", "buddy" ], "dependencies": { "commander": "2.9.0", "recur-fs": "2.2.x", "signal-exit": "3.0.1" }, "devDependencies": {}, "main": "index.js", "bin": { "buddy": "./bin/buddy" }, "engines": { "node": ">=6.0.0" }, "scripts": { "test": "NODE_ENV=test ../../node_modules/.bin/mocha --reporter spec" }, "repository": "https://github.com/popeindustries/buddy/packages/buddy-cli", "readmeFilename": "README.md", "license": "MIT" }