grunt-contrib-watch/package.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2012-09-18 05:01:19 +08:00
{
"name": "grunt-contrib-watch",
2012-10-09 13:37:24 +08:00
"description": "Run predefined tasks whenever watched file patterns are added, changed or deleted.",
2012-10-17 05:11:42 +08:00
"version": "0.1.1",
2012-09-18 05:01:19 +08:00
"homepage": "https://github.com/gruntjs/grunt-contrib-watch",
"author": {
2012-10-03 19:31:52 +08:00
"name": "Grunt Team",
"url": "http://gruntjs.com/"
2012-09-18 05:01:19 +08:00
},
"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"
}
],
"main": "grunt.js",
"engines": {
"node": "*"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
2012-10-17 05:11:42 +08:00
"gaze": "~0.1.6"
2012-10-10 06:10:58 +08:00
},
"devDependencies": {
"grunt-contrib-jshint": "0.1.0",
"grunt-contrib-nodeunit": "0.1.0",
"grunt-contrib-internal": "*",
2012-10-17 08:11:18 +08:00
"grunt": "git://github.com/gruntjs/grunt.git#bcb41c762122c955d2d2c76ee118fba58cb5701a"
2012-09-18 05:01:19 +08:00
},
"keywords": [
2012-10-09 13:37:24 +08:00
"gruntplugin", "watch"
2012-09-18 05:01:19 +08:00
]
}