12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "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"
- ],
- "_id": "grunt-contrib-watch@0.6.1",
- "dist": {
- "shasum": "64fdcba25a635f5b4da1b6ce6f90da0aeb6e3f15",
- "tarball": "http://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-0.6.1.tgz"
- },
- "_from": "grunt-contrib-watch@^0.6.1",
- "_npmVersion": "1.4.4",
- "_npmUser": {
- "name": "shama",
- "email": "kyle@dontkry.com"
- },
- "maintainers": [
- {
- "name": "tkellen",
- "email": "tyler@sleekcode.net"
- },
- {
- "name": "cowboy",
- "email": "cowboy@rj3.net"
- },
- {
- "name": "shama",
- "email": "kyle@dontkry.com"
- },
- {
- "name": "vladikoff",
- "email": "vlad@vladikoff.com"
- },
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
- {
- "name": "jmeas",
- "email": "jellyes2@gmail.com"
- }
- ],
- "directories": {},
- "_shasum": "64fdcba25a635f5b4da1b6ce6f90da0aeb6e3f15",
- "_resolved": "https://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-0.6.1.tgz",
- "readme": "ERROR: No README data found!"
- }
|