{
  "name": "nuxt",
  "version": "0.8.8",
  "description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
  "contributors": [
    {
      "name": "Sebastien Chopin"
    },
    {
      "name": "Alexandre Chopin"
    }
  ],
  "main": "./dist/nuxt.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxt/nuxt.js"
  },
  "files": [
    "bin",
    "dist"
  ],
  "keywords": [
    "nuxt",
    "nuxt.js",
    "nuxtjs",
    "vue",
    "vue.js",
    "vuejs",
    "next.js",
    "vue ssr"
  ],
  "homepage": "https://github.com/nuxt/nuxt.js#readme",
  "bin": {
    "nuxt": "./bin/nuxt"
  },
  "scripts": {
    "test": "nyc ava test/",
    "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
    "lint": "eslint --ext .js,.vue bin lib pages test --ignore-pattern lib/app",
    "build": "webpack",
    "watch": "webpack --watch",
    "precommit": "npm run lint",
    "prepublish": "npm run build"
  },
  "dependencies": {
    "ansi-html": "^0.0.6",
    "autoprefixer": "^6.5.3",
    "babel-core": "^6.18.2",
    "babel-loader": "^6.2.8",
    "babel-polyfill": "^6.20.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-stage-2": "^6.18.0",
    "chokidar": "^1.6.1",
    "co": "^4.6.0",
    "cross-spawn": "^5.0.1",
    "css-loader": "^0.26.0",
    "debug": "^2.3.3",
    "es6-object-assign": "^1.0.3",
    "es6-promise": "^4.0.5",
    "extract-text-webpack-plugin": "2.0.0-beta.4",
    "file-loader": "^0.9.0",
    "fs-extra": "^1.0.0",
    "glob": "^7.1.1",
    "hash-sum": "^1.0.2",
    "html-minifier": "^3.2.3",
    "lodash": "^4.17.2",
    "lru-cache": "^4.0.2",
    "memory-fs": "^0.4.1",
    "path-to-regexp": "^1.7.0",
    "pify": "^2.3.0",
    "serialize-javascript": "^1.3.0",
    "serve-static": "^1.11.1",
    "url-loader": "^0.5.7",
    "vue": "^2.1.3",
    "vue-loader": "^10.0.2",
    "vue-meta": "^0.5.2",
    "vue-router": "^2.1.1",
    "vue-server-renderer": "^2.1.3",
    "vue-template-compiler": "^2.1.3",
    "vuex": "^2.0.0",
    "webpack": "2.2.0-rc.0",
    "webpack-dev-middleware": "^1.8.4",
    "webpack-hot-middleware": "^2.13.2"
  },
  "devDependencies": {
    "ava": "^0.17.0",
    "babel-eslint": "^7.1.1",
    "codecov": "^1.0.1",
    "copy-webpack-plugin": "^4.0.1",
    "eslint": "^3.10.2",
    "eslint-config-standard": "^6.2.1",
    "eslint-plugin-html": "^1.7.0",
    "eslint-plugin-promise": "^3.4.0",
    "eslint-plugin-standard": "^2.0.1",
    "jsdom": "^9.8.3",
    "json-loader": "^0.5.4",
    "nyc": "^10.0.0",
    "webpack-node-externals": "^1.5.4"
  }
}