package.json
645 Bytes
{
"name": "example",
"description": "Just an example showing various settings of grunt-cafe-mocha in action.",
"version": "0.1.0",
"author": {
"name": "Josh Davis",
"email": "josh@joshldavis.com",
"url": "http://joshldavis.com"
},
"main": "index.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"mocha": "~1.9"
},
"devDependencies": {
"should": "*",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.1"
},
"peerDependencies": {
"grunt": "~0.4.1"
}
}