UNPKG

cowboy-hat

Version:

A cli for testing the other universe of code

35 lines (34 loc) 664 B
{ "name": "cowboy-hat", "version": "1.0.2", "description": "A cli for testing the other universe of code", "main": "index.js", "scripts": { "test": "node self-test.js" }, "repository": { "type": "git", "url": "github.com/limeandcoconut/cowboy-hat" }, "keywords": [ "cowboy-hat", "cowboy", "hat", "testing", "babel" ], "author": "limeandcoconut", "license": "ISC", "bin": { "cowboy-hat": "bin/cowboy-hat.js" }, "dependencies": { "chokidar": "^1.6.1", "replace-in-file": "^2.2.2", "yargs": "^6.6.0" }, "devDependencies": { "istanbul": "1.0.0-alpha.2", "mocha": "^3.2.0" } }