{
  "name": "exhibit-core",
  "description": "The engine used by Exhibit.js",
  "version": "0.6.1",
  "author": "Callum Locke",
  "dependencies": {
    "autobind-decorator": "^1.3.2",
    "bluebird": "^2.10.2",
    "chalk": "^1.1.1",
    "cli-color": "^1.1.0",
    "combine-source-map": "^0.7.1",
    "convert-source-map": "^1.1.1",
    "decamelize": "^1.0.0",
    "decorate-this": "^0.5.0",
    "graceful-fs": "^4.1.2",
    "in-place": "^1.1.0",
    "lodash": "^3.10.1",
    "memoize-decorator": "^1.0.2",
    "micromatch": "^2.2.0",
    "sander": "^0.3.8",
    "subdir": "^0.0.3",
    "virtual-folder": "^1.0.0"
  },
  "devDependencies": {
    "babel": "^5.8.23",
    "babel-eslint": "^4.1.3",
    "chai": "^3.3.0",
    "clear-trace": "^0.0.7",
    "eslint": "^1.7.1",
    "eslint-config-exhibit": "^2.0.0",
    "eslint-plugin-babel": "^2.1.1",
    "glob": "^5.0.15",
    "mocha": "^2.3.3",
    "nodemon": "^1.7.1",
    "rimraf": "^2.4.3",
    "source-map-support": "^0.3.2"
  },
  "engines": {
    "node": ">=4",
    "npm": ">=3"
  },
  "files": [
    "src",
    "dist/lib",
    "util"
  ],
  "homepage": "https://github.com/exhibitjs/core",
  "jsnext:main": "src/lib/index.js",
  "license": "MIT",
  "main": "dist/lib",
  "repository": "exhibitjs/core",
  "scripts": {
    "build": "rimraf dist && babel src --out-dir dist",
    "buildwatch": "rimraf dist && babel src --out-dir dist --watch",
    "prepublish": "npm run build && npm test",
    "test": "eslint . && cd dist && mocha",
    "testwatch": "cd dist && mocha --watch"
  }
}
