{ "name": "nuxt", "version": "1.0.0-alpha.4", "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", "types": "./index.d.ts", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/nuxt/nuxt.js" }, "files": [ "bin", "dist", "lib", "index.d.ts", "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 lib pages test/*.js --ignore-pattern app", "build": "rimraf dist/ && npm run build:nuxt && npm run build:core && npm run build:builder", "build:nuxt": "rollup -c rollup.config.js --environment TARGET:nuxt", "build:core": "rollup -c rollup.config.js --environment TARGET:core", "build:builder": "rollup -c rollup.config.js --environment TARGET:builder", "watch": "npm run build:nuxt -- -w", "precommit": "npm run lint", "prepublish": "npm run build", "postinstall": "opencollective postinstall" }, "engines": { "node": ">=4.3.0 <5.0.0 || >=5.10", "npm": ">=3.0.0" }, "dependencies": { "ansi-html": "^0.0.7", "autoprefixer": "^7.1.1", "babel-core": "^6.25.0", "babel-loader": "^7.1.0", "babel-preset-es2015": "^6.24.1", "babel-preset-vue-app": "^1.2.0", "chalk": "^1.1.3", "chokidar": "^1.7.0", "compression": "^1.6.2", "connect": "^3.6.2", "css-loader": "^0.28.4", "debug": "^2.6.8", "etag": "^1.8.0", "extract-text-webpack-plugin": "^2.1.2", "file-loader": "^0.11.2", "fresh": "^0.5.0", "friendly-errors-webpack-plugin": "^1.6.1", "fs-extra": "^3.0.1", "glob": "^7.1.2", "hash-sum": "^1.0.2", "html-minifier": "^3.5.2", "html-webpack-plugin": "^2.28.0", "lodash": "^4.17.4", "memory-fs": "^0.4.1", "minimist": "^1.2.0", "offline-plugin": "^4.8.1", "opencollective": "^1.0.3", "pify": "^3.0.0", "preload-webpack-plugin": "^1.2.2", "progress-bar-webpack-plugin": "^1.9.3", "script-ext-html-webpack-plugin": "^1.8.1", "serialize-javascript": "^1.3.0", "serve-static": "^1.12.3", "source-map-support": "^0.4.15", "tapable": "^0.2.6", "tappable": "^1.0.1", "url-loader": "^0.5.9", "vue": "~2.3.4", "vue-loader": "^12.2.1", "vue-meta": "^1.0.4", "vue-router": "^2.6.0", "vue-server-renderer": "~2.3.4", "vue-ssr-html-stream": "^2.2.0", "vue-template-compiler": "~2.3.4", "vuex": "^2.3.1", "webpack": "^3.0.0", "webpack-bundle-analyzer": "^2.8.2", "webpack-dev-middleware": "^1.10.2", "webpack-hot-middleware": "^2.18.0", "webpack-node-externals": "^1.6.0" }, "devDependencies": { "ava": "^0.19.1", "babel-eslint": "^7.2.3", "babel-plugin-array-includes": "^2.0.3", "babel-plugin-istanbul": "^4.1.4", "babel-plugin-transform-async-to-generator": "^6.24.1", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-es2015-rollup": "^3.0.0", "babel-preset-stage-2": "^6.24.1", "codecov": "^2.2.0", "copy-webpack-plugin": "^4.0.1", "cross-env": "^5.0.1", "eslint": "^4.0.0", "eslint-config-standard": "^10.2.1", "eslint-plugin-html": "^3.0.0", "eslint-plugin-import": "^2.3.0", "eslint-plugin-node": "^5.0.0", "eslint-plugin-promise": "^3.5.0", "eslint-plugin-standard": "^3.0.1", "finalhandler": "^1.0.3", "jsdom": "^11.0.0", "json-loader": "^0.5.4", "lerna": "2.0.0-rc.5", "nyc": "^11.0.2", "request": "^2.81.0", "request-promise-native": "^1.0.4", "rimraf": "^2.6.1", "rollup": "^0.43.0", "rollup-plugin-alias": "^1.3.1", "rollup-plugin-babel": "^2.7.1", "rollup-plugin-commonjs": "^8.0.2", "rollup-plugin-node-resolve": "^3.0.0", "rollup-plugin-replace": "^1.1.1", "rollup-watch": "^4.0.0", "server-destroy": "^1.0.1", "std-mocks": "^1.0.1", "uglify-js": "^3.0.18" }, "collective": { "type": "opencollective", "url": "https://opencollective.com/nuxtjs", "logo": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2" } }