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",
|
2016-03-13 06:09:29 +08:00
|
|
|
"version": "1.0.0",
|
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",
|
2015-05-24 06:06:39 +08:00
|
|
|
"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
|
|
|
},
|
2016-01-30 11:26:26 +08:00
|
|
|
"main": "tasks/watch.js",
|
2012-10-17 09:59:55 +08:00
|
|
|
"scripts": {
|
2014-08-30 20:22:48 +08:00
|
|
|
"test": "grunt test -v"
|
2012-10-17 09:59:55 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-03-13 04:51:45 +08:00
|
|
|
"async": "^1.5.0",
|
2016-06-25 09:50:24 +08:00
|
|
|
"gaze": "^1.1.0",
|
2016-04-21 01:18:06 +08:00
|
|
|
"lodash": "^4.0.0",
|
2016-03-13 04:51:45 +08:00
|
|
|
"tiny-lr": "^0.2.1"
|
2012-10-17 09:59:55 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-06-25 11:12:16 +08:00
|
|
|
"grunt": "^0.4.5",
|
2016-06-25 11:17:10 +08:00
|
|
|
"grunt-cli": "^1.2.0",
|
2016-04-07 21:59:41 +08:00
|
|
|
"grunt-contrib-internal": "^1.2.0",
|
2016-03-13 05:18:47 +08:00
|
|
|
"grunt-contrib-jshint": "^1.0.0",
|
|
|
|
"grunt-contrib-nodeunit": "^1.0.0",
|
2016-04-07 21:59:41 +08:00
|
|
|
"grunt-jscs": "^3.0.0",
|
2016-01-01 09:49:23 +08:00
|
|
|
"underscore.string": "^3.2.2"
|
2012-10-17 09:59:55 +08:00
|
|
|
},
|
|
|
|
"keywords": [
|
2012-12-15 13:17:12 +08:00
|
|
|
"gruntplugin",
|
2015-02-08 21:09:04 +08:00
|
|
|
"watch",
|
|
|
|
"livereload"
|
2013-12-16 02:22:52 +08:00
|
|
|
],
|
|
|
|
"files": [
|
2015-02-08 21:09:04 +08:00
|
|
|
"tasks"
|
2016-03-18 01:29:20 +08:00
|
|
|
],
|
|
|
|
"appveyor_id": "olyu3uhcq59avm8v"
|
2016-01-30 11:26:26 +08:00
|
|
|
}
|