grunt-contrib-watch/package.json

44 lines
926 B
JSON
Raw Normal View History

2012-10-17 09:59:55 +08:00
{
"name": "grunt-contrib-watch",
2015-02-08 21:09:04 +08:00
"description": "Run predefined tasks whenever watched file patterns are added, changed or deleted",
2014-03-20 04:09:32 +08:00
"version": "0.6.1",
2012-10-17 09:59:55 +08:00
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
},
2015-02-08 21:09:04 +08:00
"repository": "gruntjs/grunt-contrib-watch",
"license": "MIT",
2012-10-17 09:59:55 +08:00
"engines": {
2015-02-08 21:09:04 +08:00
"node": ">=0.10.0"
2012-10-17 09:59:55 +08:00
},
"scripts": {
"test": "grunt test -v"
2012-10-17 09:59:55 +08:00
},
"dependencies": {
2015-02-08 21:09:04 +08:00
"gaze": "^0.5.1",
"tiny-lr": "^0.1.4",
"lodash": "^2.4.1",
"async": "^0.9.0"
2012-10-17 09:59:55 +08:00
},
"devDependencies": {
2015-02-08 21:09:04 +08:00
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-internal": "^0.4.7",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.4.1",
2015-10-11 18:27:34 +08:00
"grunt-jscs": "^2.1.0",
2015-02-08 21:09:04 +08:00
"underscore.string": "^2.3.3"
2012-10-17 09:59:55 +08:00
},
2013-02-18 22:00:57 +08:00
"peerDependencies": {
2015-02-08 21:09:04 +08:00
"grunt": ">=0.4.0"
2013-02-18 22:00:57 +08:00
},
2012-10-17 09:59:55 +08:00
"keywords": [
"gruntplugin",
2015-02-08 21:09:04 +08:00
"watch",
"livereload"
],
"files": [
2015-02-08 21:09:04 +08:00
"tasks"
2012-10-17 09:59:55 +08:00
]
}