{
  "name": "rollup-watch",
  "version": "2.5.0",
  "description": "Watch files for changes and perform incremental rebuilds with Rollup",
  "main": "dist/rollup-watch.cjs.js",
  "jsnext:main": "dist/rollup-watch.es6.js",
  "files": [
    "src",
    "dist",
    "README.md"
  ],
  "scripts": {
    "test": "mocha",
    "pretest": "npm run build",
    "build": "rollup -c",
    "prepublish": "npm run lint && npm test",
    "lint": "eslint src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rollup/rollup-watch.git"
  },
  "keywords": [
    "rollup",
    "modules",
    "bundling"
  ],
  "author": {
    "name": "Rich Harris"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rollup/rollup-watch/issues"
  },
  "homepage": "https://github.com/rollup/rollup-watch#readme",
  "devDependencies": {
    "eslint": "^2.11.1",
    "mocha": "^2.5.3",
    "rollup": "^0.28.0",
    "rollup-plugin-buble": "^0.10.0",
    "rollup-plugin-json": "^2.0.0"
  },
  "dependencies": {
    "semver": "^5.1.0"
  },
  "gitHead": "abba4d039213675fa36fe2ea648ee65ba6ed1511",
  "_id": "rollup-watch@2.5.0",
  "_shasum": "852d660ddecc51696890aa8c22e95ed4558cc5f7",
  "_from": "rollup-watch@>=2.5.0 <3.0.0",
  "_npmVersion": "3.8.9",
  "_nodeVersion": "6.2.0",
  "_npmUser": {
    "name": "rich_harris",
    "email": "richard.a.harris@gmail.com"
  },
  "dist": {
    "shasum": "852d660ddecc51696890aa8c22e95ed4558cc5f7",
    "tarball": "https://registry.npmjs.org/rollup-watch/-/rollup-watch-2.5.0.tgz"
  },
  "maintainers": [
    {
      "name": "rich_harris",
      "email": "richard.a.harris@gmail.com"
    }
  ],
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/rollup-watch-2.5.0.tgz_1468279016354_0.8105918045621365"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/rollup-watch/-/rollup-watch-2.5.0.tgz"
}
