grunt-watch-idle
Version:
Make something when nothing happens
50 lines (49 loc) • 1.18 kB
JSON
{
"name": "grunt-watch-idle",
"description": "Make something when nothing happens",
"version": "0.1.1",
"homepage": "https://github.com/domelaz/grunt-watch-idle",
"author": {
"name": "Anton Domolazov",
"email": "anton@domelaz.ru",
"url": "http://domelaz.ru"
},
"repository": {
"type": "git",
"url": "git://github.com/domelaz/grunt-watch-idle.git"
},
"bugs": {
"url": "https://github.com/domelaz/grunt-watch-idle/issues"
},
"license": "MIT",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test",
"cover": "node_modules/istanbul/lib/cli.js cover --root tasks/ _mocha -- test/*_test.js"
},
"devDependencies": {
"chai": "^3.4.1",
"grunt": "~0.4.5",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.12.7",
"istanbul": "^0.4.1",
"load-grunt-config": "^0.19.1",
"mocha": "^2.3.4",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0"
},
"peerDependencies": {
"grunt": ">=0.4.0",
"grunt-contrib-watch": "^0.6.1"
},
"keywords": [
"gruntplugin",
"grunt-contrib-watch"
],
"files": [
"tasks"
]
}