1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "name": "grunt-contrib-watch",
- "description": "Run predefined tasks whenever watched file patterns are added, changed or deleted.",
- "version": "0.6.1",
- "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": {
- "node": ">= 0.8.0"
- },
- "scripts": {
- "test": "grunt nodeunit -v"
- },
- "dependencies": {
- "gaze": "~0.5.1",
- "tiny-lr-fork": "0.0.5",
- "lodash": "~2.4.1",
- "async": "~0.2.9"
- },
- "devDependencies": {
- "grunt": "~0.4.0",
- "grunt-contrib-jshint": "~0.8.0",
- "grunt-contrib-nodeunit": "~0.3.3",
- "grunt-contrib-internal": "~0.4.7",
- "underscore.string": "~2.3.3"
- },
- "peerDependencies": {
- "grunt": "~0.4.0"
- },
- "keywords": [
- "gruntplugin",
- "watch"
- ],
- "files": [
- "tasks",
- "LICENSE-MIT"
- ]
- }
|