{
  "name": "raptor-hot-reload",
  "version": "0.2.0-SNAPSHOT.1383693425322",
  "description": "Node module to support reloading Raptor applications based on changes to files",
  "main": "index.js",
  "scripts": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/raptorjs/raptor-hot-reload.git"
  },
  "keywords": [
    "reload",
    "raptor",
    "amd",
    "module",
    "reload"
  ],
  "author": "Patrick Steele-Idem <psteeleidem@ebay.com>",
  "license": "Apache License 2.0",
  "readmeFilename": "README.md",
  "dependencies": {
    "hot-reload": "~1.2.12",
    "wrench": "~1.5.1"
  },
  "raptor": {
    "search-path": [
      "modules"
    ]
  },
  "publishConfig": {
    "registry": "http://registry.npmjs.org/"
  },
  "ebay": {}
}