{
  "name": "mako",
  "version": "1.1.7",
  "description": "A pluggable general-purpose build tool",
  "keywords": [
    "generic",
    "pluggable",
    "build",
    "runner",
    "tool"
  ],
  "repository": "makojs/core",
  "license": "MIT",
  "dependencies": {
    "array-flatten": "^2.0.0",
    "bluebird": "^3.4.1",
    "bytes": "^2.4.0",
    "debug": "^2.2.0",
    "mako-tree": "^1.6.1",
    "mako-utils": "^1.0.1",
    "pretty-hrtime": "^1.0.1",
    "wrapped": "^1.0.1"
  },
  "scripts": {
    "test": "istanbul cover _mocha",
    "coveralls": "istanbul-coveralls"
  }
}
