shortcake
Version:
Shorten your Cakefiles and fix oddities in cake.
44 lines (43 loc) • 944 B
JSON
{
"name": "shortcake",
"version": "0.1.5",
"description": "Shorten your Cakefiles and fix oddities in cake.",
"main": "lib/",
"scripts": {
"test": "cake test"
},
"bin": "bin/shortcake",
"repository": {
"type": "git",
"url": "git://github.com/zeekay/shortcake"
},
"keywords": [
"cake",
"cakefile",
"coffee",
"coffee-script",
"task"
],
"author": "Zach Kelling <zk@monoid.io> (http://zeekay.io)",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/zeekay/shortcake/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/zeekay/shortcake/issues"
},
"homepage": "https://github.com/zeekay/shortcake",
"dependencies": {
"executive": "^0.4.7",
"source-map-support": "^0.2.5"
},
"devDependencies": {
"chai": "^1.9.1",
"coffee-script": "^1.7.1",
"mocha": "^1.18.2",
"postmortem": "^0.1.7",
"vigil": "^0.3.1"
}
}