{
  "name": "nuxt",
  "version": "1.0.0-rc11",
  "description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
  "contributors": [
    {
      "name": "Sebastien Chopin (@Atinux)"
    },
    {
      "name": "Alexandre Chopin (@alexchopin)"
    },
    {
      "name": "Pooya Parsa (@pi0)"
    }
  ],
  "main": "./index.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxt/nuxt.js"
  },
  "files": [
    "bin",
    "dist",
    "lib",
    "index.js"
  ],
  "keywords": [
    "nuxt",
    "nuxt.js",
    "nuxtjs",
    "vue",
    "vue.js",
    "vuejs",
    "vue universal",
    "vue ssr",
    "vue isomorphic",
    "vue versatile"
  ],
  "homepage": "https://github.com/nuxt/nuxt.js#readme",
  "bin": {
    "nuxt": "./bin/nuxt"
  },
  "nyc": {
    "include": [
      "lib"
    ]
  },
  "scripts": {
    "test": "npm run lint && cross-env NODE_ENV=test npm run build:nuxt && nyc ava --verbose --serial test/ -- && nyc report --reporter=html",
    "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
    "lint": "eslint --ext .js,.vue bin/* build/ lib/ test/ examples/",
    "build": "rimraf dist/ && npm run build:nuxt && npm run build:core",
    "build:nuxt": "rollup -c build/rollup.config.js --environment TARGET:nuxt",
    "build:core": "rollup -c build/rollup.config.js --environment TARGET:core",
    "watch": "npm run build:nuxt -- -w",
    "make-start": "node ./build/start.js",
    "precommit": "npm run lint",
    "postinstall": "opencollective postinstall || exit 0",
    "release-next": "npm run build && node ./build/release-next && npm publish --tag next"
  },
  "engines": {
    "node": ">=8.0.0",
    "npm": ">=5.0.0"
  },
  "dependencies": {
    "@nuxtjs/youch": "^3.1.0",
    "ansi-html": "^0.0.7",
    "autoprefixer": "^7.2.2",
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-preset-vue-app": "^2.0.0",
    "caniuse-lite": "^1.0.30000780",
    "chalk": "^2.3.0",
    "chokidar": "^1.7.0",
    "clone": "^2.1.1",
    "compression": "^1.7.1",
    "connect": "^3.6.5",
    "css-loader": "^0.28.7",
    "debug": "^3.1.0",
    "es6-promise": "^4.1.1",
    "etag": "^1.8.1",
    "extract-text-webpack-plugin": "^3.0.2",
    "file-loader": "^1.1.5",
    "fresh": "^0.5.2",
    "friendly-errors-webpack-plugin": "^1.6.1",
    "fs-extra": "^4.0.3",
    "glob": "^7.1.2",
    "hash-sum": "^1.0.2",
    "html-minifier": "3.5.7",
    "html-webpack-plugin": "^2.30.1",
    "lodash": "^4.17.4",
    "lru-cache": "^4.1.1",
    "memory-fs": "^0.4.1",
    "minimist": "^1.2.0",
    "open-in-editor": "^2.2.0",
    "opencollective": "^1.0.3",
    "pify": "^3.0.0",
    "postcss": "^6.0.14",
    "postcss-cssnext": "^3.0.2",
    "postcss-import": "^11.0.0",
    "postcss-loader": "^2.0.8",
    "postcss-url": "^7.3.0",
    "pretty-error": "^2.1.1",
    "progress-bar-webpack-plugin": "^1.10.0",
    "serialize-javascript": "^1.4.0",
    "serve-static": "^1.13.1",
    "server-destroy": "^1.0.1",
    "source-map": "^0.6.1",
    "source-map-support": "^0.5.0",
    "style-resources-loader": "^1.0.0",
    "uglifyjs-webpack-plugin": "^1.1.2",
    "url-loader": "^0.6.2",
    "vue": "^2.5.9",
    "vue-loader": "^13.5.0",
    "vue-meta": "^1.4.0",
    "vue-router": "^3.0.1",
    "vue-server-renderer": "^2.5.9",
    "vue-template-compiler": "^2.5.9",
    "vuex": "^3.0.1",
    "webpack": "^3.10.0",
    "webpack-bundle-analyzer": "^2.9.0",
    "webpack-dev-middleware": "^1.12.2",
    "webpack-hot-middleware": "^2.21.0",
    "webpack-node-externals": "^1.6.0"
  },
  "devDependencies": {
    "ava": "^0.24.0",
    "babel-eslint": "^8.0.3",
    "babel-plugin-array-includes": "^2.0.3",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-istanbul": "^4.1.5",
    "codecov": "^3.0.0",
    "copy-webpack-plugin": "^4.2.0",
    "cross-env": "^5.1.1",
    "eslint": "^4.12.1",
    "eslint-config-standard": "^10.2.1",
    "eslint-plugin-html": "^4.0.1",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-node": "^5.2.1",
    "eslint-plugin-promise": "^3.6.0",
    "eslint-plugin-standard": "^3.0.1",
    "express": "^4.16.2",
    "finalhandler": "^1.1.0",
    "jsdom": "^11.5.1",
    "json-loader": "^0.5.7",
    "nyc": "^11.3.0",
    "puppeteer": "^0.13.0",
    "request": "^2.83.0",
    "request-promise-native": "^1.0.5",
    "rimraf": "^2.6.2",
    "rollup": "^0.52.1",
    "rollup-plugin-alias": "^1.4.0",
    "rollup-plugin-babel": "^3.0.2",
    "rollup-plugin-commonjs": "^8.2.6",
    "rollup-plugin-node-resolve": "^3.0.0",
    "rollup-plugin-replace": "^2.0.0",
    "rollup-watch": "^4.3.1",
    "std-mocks": "^1.0.1",
    "uglify-js": "^3.2.1"
  },
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/nuxtjs",
    "logo": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
  }
}