UNPKG

shortcake

Version:

Asynchronous invoke and other goodies for cake.

62 lines 1.33 kB
{ "name": "shortcake", "version": "1.2.8", "description": "Asynchronous invoke and other goodies for cake.", "main": "lib/shortcake.js", "module": "lib/shortcake.mjs", "jsnext:main": "lib/shortcake.mjs", "scripts": { "prepublishOnly": "cake build", "test": "cake test" }, "bin": "bin/shortcake", "files": [ "bin/shortcake", "src/", "lib/" ], "repository": { "type": "git", "url": "git://github.com/zeekay/shortcake" }, "keywords": [ "async", "build", "cake", "cakefile", "cli", "coffee", "coffee-script", "make", "task", "tool" ], "author": "Zach Kelling <z@zeekay.io>", "license": "MIT", "bugs": { "url": "https://github.com/zeekay/shortcake/issues" }, "homepage": "https://github.com/zeekay/shortcake", "dependencies": { "chalk": "1.1.3", "cp": "0.2.0", "executive": "1.2.6", "postmortem": "0.2.4", "vigil": "0.7.3" }, "devDependencies": { "bluebird": "3.5.0", "brief": "1.1.0", "cake-bundle": "0.2.20", "cake-outdated": "0.1.16", "cake-publish": "0.1.10", "cake-test": "0.1.0", "cake-version": "0.1.14", "chai": "3.5.0", "chai-as-promised": "6.0.0", "co-mocha": "1.2.0", "coffee-script": "1.12.4", "mocha": "3.2.0", "mz": "2.6.0" } }