cake-test
Version:
Adds test-related tasks to your Cakefile.
40 lines • 963 B
JSON
{
"name": "cake-test",
"version": "0.1.0",
"description": "Adds test-related tasks to your Cakefile.",
"main": "lib/",
"directories": {
"test": "test"
},
"dependencies": {
"cake-chai": "0.1.1",
"cake-coverage": "0.1.3",
"cake-mocha": "0.0.4"
},
"devDependencies": {
"cake-publish": "0.1.1",
"cake-version": "0.1.3",
"chai": "^3.4.1",
"chai-as-promised": "^5.1.0",
"co-mocha": "^1.1.2",
"coffee-script": "^1.10.0",
"mocha": "^2.3.4",
"postmortem": "^0.2.3",
"shortcake": "^1.1.11"
},
"scripts": {
"test": "cake test",
"prepublish": "cake build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zeekay/cake-test.git"
},
"keywords": [],
"author": "Zach Kelling <zk@monoid.io> (http://zeekay.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/zeekay/cake-test/issues"
},
"homepage": "https://github.com/zeekay/cake-test#readme"
}