{
  "name": "tilt",
  "version": "0.2.0",
  "description": "Minimalist, ES6 based, developer-friendly web framework for node.",
  "main": "index.js",
  "directories": {
    "doc": "docs",
    "example": "examples"
  },
  "dependencies": {
    "body": "^5.1.0",
    "finalhandler": "^0.4.1",
    "path-to-regexp": "^1.3.0",
    "sequelize": "^3.23.2",
    "serve-static": "^1.10.2",
    "tilt-assets": "0.0.2",
    "tilt-react-views": "^0.1.0",
    "tilt-router": "0.0.4"
  },
  "devDependencies": {
    "autoprefixer": "^6.3.6",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-es2015": "^6.9.0",
    "babelify": "^7.3.0",
    "cssnano": "^3.6.2",
    "eslint-config-standard": "^5.3.1",
    "eslint-plugin-promise": "^1.1.0",
    "eslint-plugin-standard": "^1.3.2",
    "mocha": "^2.4.5",
    "moment": "^2.13.0",
    "morgan": "^1.7.0",
    "mysql": "^2.10.2",
    "nodemon": "^1.9.2",
    "standard-version": "^2.2.1",
    "supertest": "^1.2.0",
    "watchd": "github:mklabs/watchd"
  },
  "scripts": {
    "test": "mocha -R spec",
    "docs": "mocha -R markdown >> README.md",
    "start": "DEBUG='tilt tilt* bro*' nodemon examples/vertical/index.js",
    "start-horizontal": "DEBUG='tilt tilt:*' nodemon examples/horizontal/index.js",
    "watch": "DEBUG='tilt tilt:* watchd*' watchd lib/* examples/vertical/app/*/*.js test/**.js -c 'npm run babel' -c 'npm test'",
    "release": "standard-version -m '%s' && git push origin master --tags && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mklabs/todo.git"
  },
  "bugs": {
    "url": "https://github.com/mklabs/todo/issues"
  },
  "homepage": "https://github.com/mklabs/todo#readme",
  "browserify": {
    "debug": true,
    "transform": [
      [
        "babelify",
        {
          "presets": "es2015"
        }
      ]
    ]
  },
  "postcss": {
    "use": [
      "autoprefixer",
      "cssnano"
    ],
    "map": true
  }
}