grunt-contrib-watch/package.json

50 lines
1.1 KiB
JSON
Raw Normal View History

2012-10-17 09:59:55 +08:00
{
"name": "grunt-contrib-watch",
"description": "Run predefined tasks whenever watched file patterns are added, changed or deleted.",
2013-08-26 08:30:37 +08:00
"version": "0.5.3",
2012-10-17 09:59:55 +08:00
"homepage": "https://github.com/gruntjs/grunt-contrib-watch",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/gruntjs/grunt-contrib-watch.git"
},
"bugs": {
"url": "https://github.com/gruntjs/grunt-contrib-watch/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/gruntjs/grunt-contrib-watch/blob/master/LICENSE-MIT"
}
],
"engines": {
2012-10-19 03:46:10 +08:00
"node": ">= 0.8.0"
2012-10-17 09:59:55 +08:00
},
"scripts": {
"test": "grunt nodeunit -v"
2012-10-17 09:59:55 +08:00
},
"dependencies": {
"gaze": "~0.4.0",
2013-12-09 02:20:42 +08:00
"tiny-lr": "0.0.5",
"lodash": "~2.4.1",
"async": "~0.2.9"
2012-10-17 09:59:55 +08:00
},
"devDependencies": {
2013-02-16 09:16:45 +08:00
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.4.3",
2013-02-16 09:16:45 +08:00
"grunt-contrib-nodeunit": "~0.1.2",
2013-12-09 02:20:42 +08:00
"grunt-contrib-internal": "~0.4.6",
"underscore.string": "~2.3.3"
2012-10-17 09:59:55 +08:00
},
2013-02-18 22:00:57 +08:00
"peerDependencies": {
"grunt": "~0.4.0"
},
2012-10-17 09:59:55 +08:00
"keywords": [
"gruntplugin",
"watch"
2012-10-17 09:59:55 +08:00
]
}