{
  "name": "static-base-preset",
  "version": "0.3.1",
  "description": "A static-base setup",
  "main": "lib/index.js",
  "jsnext:main": "lib/index.js",
  "keywords": [
    "static"
  ],
  "author": "icid.asset@gmail.com",
  "license": "MIT",
  "repository": "icidasset/static-base-preset",
  "dependencies": {
    "chalk": "^1.1.3",
    "chokidar": "^1.6.0",
    "express": "^4.14.0",
    "minimatch": "^3.0.3"
  },
  "peerDependencies": {
    "bluebird": "3.x",
    "static-base": "1.x"
  },
  "scripts": {
    "compile": "babel -d lib/ src/",
    "docs": "jsdoc --configure .jsdoc.json",
    "prepublish": "npm run compile",
    "test": "rm -rf ./build && ava"
  },
  "devDependencies": {
    "ava": "^0.16.0",
    "babel-cli": "^6.14.0",
    "babel-core": "^6.14.0",
    "babel-preset-metalab": "^0.2.1",
    "docdash": "^0.4.0",
    "jsdoc": "^3.4.0",
    "mustache": "^2.2.1",
    "static-base-contrib": "^1.0.0"
  }
}
