{
  "name": "static-include",
  "version": "v0.1.9",
  "description": "Statically add tags to your html files. Or a template generator.",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/ycmjason/static-include.git"
  },
  "keywords": [
    "static-include",
    "static",
    "template",
    "include",
    "require",
    "script",
    "link"
  ],
  "author": "Jason Yu <me@ycmjason.com> (ycmjason.com)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ycmjason/static-include/issues"
  },
  "homepage": "https://github.com/ycmjason/static-include#readme",
  "dependencies": {
    "chokidar": "^1.6.0",
    "commander": "^2.9.0",
    "escape-string-regexp": "^1.0.5",
    "fs-readdir-recursive": "^1.0.0"
  },
  "devDependencies": {
    "mocha": "^3.0.2"
  },
  "bin": {
    "static-include": "./static-include.js"
  }
}
