package.json
{
"name": "base.gruntrunner",
"description": "base.gruntrunner is a convenience module for adding grunt tasks to zest components",
"version": "0.0.1",
"main": "./lib/index",
"private": true,
"scripts": {
"test": "./node_modules/.bin/grunt test"
},
"license": "Unlicense",
"repository": {
"type": "git",
"url": "https://github.com/zest/base.gruntrunner.git"
},
"bugs": {
"url": "https://github.com/zest/base.gruntrunner/issues"
},
"maintainers": [
{
"name": "Pranav Jha",
"email": "jha.pranav.s@gmail.com",
"url": "http://about.me/pranavjha"
}
],
"dependencies": {
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-watch": "0.6.1",
"grunt-contrib-jshint": "0.10.0",
"grunt-jsdoc": "0.5.7",
"grunt-mocha-cov": "0.3.0",
"mocha-term-cov-reporter": "0.2.0",
"grunt-gh-pages": "0.9.1",
"merge": "1.2.0"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13"
},
"directories": {
"lib": "lib"
},
"config": {
"blanket": {
"pattern": "//^(?!.*/node_modules/).*/lib/"
}
}
}