2018-10-17 21:28:25 +00:00
|
|
|
{
|
|
|
|
"name": "nuxt",
|
2018-11-26 18:02:10 +00:00
|
|
|
"version": "2.3.4",
|
2018-10-17 21:28:25 +00:00
|
|
|
"description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
|
|
|
|
"keywords": [
|
|
|
|
"nuxt",
|
|
|
|
"nuxt.js",
|
|
|
|
"nuxtjs",
|
|
|
|
"ssr",
|
|
|
|
"vue",
|
|
|
|
"vue isomorphic",
|
|
|
|
"vue server side",
|
|
|
|
"vue ssr",
|
|
|
|
"vue universal",
|
|
|
|
"vue versatile",
|
|
|
|
"vue.js",
|
|
|
|
"vuejs"
|
|
|
|
],
|
|
|
|
"repository": "nuxt/nuxt.js",
|
|
|
|
"license": "MIT",
|
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastien Chopin (@Atinux)"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Alexandre Chopin (@alexchopin)"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Pooya Parsa (@pi0)"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Clark Du (@clarkdo)"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jonas Galvez (@galvez)"
|
|
|
|
},
|
|
|
|
{
|
2018-11-07 10:19:50 +00:00
|
|
|
"name": "Alexander Lichter (@manniL)"
|
2018-10-17 21:28:25 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"files": [
|
2018-11-15 20:48:30 +00:00
|
|
|
"bin",
|
2018-10-17 21:28:25 +00:00
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"main": "dist/nuxt.js",
|
2018-11-15 20:48:30 +00:00
|
|
|
"bin": "bin/nuxt.js",
|
2018-10-17 21:28:25 +00:00
|
|
|
"scripts": {
|
|
|
|
"postinstall": "opencollective || exit 0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-11-26 18:02:10 +00:00
|
|
|
"@nuxt/builder": "2.3.4",
|
|
|
|
"@nuxt/cli": "2.3.4",
|
|
|
|
"@nuxt/core": "2.3.4",
|
|
|
|
"@nuxt/generator": "2.3.4",
|
2018-12-21 22:14:16 +00:00
|
|
|
"@nuxt/opencollective": "^0.2.1",
|
|
|
|
"@nuxt/webpack": "2.3.4"
|
2018-10-17 21:28:25 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8.0.0",
|
|
|
|
"npm": ">=5.0.0"
|
|
|
|
},
|
|
|
|
"collective": {
|
|
|
|
"url": "https://opencollective.com/nuxtjs",
|
|
|
|
"logoUrl": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
|
2018-11-26 18:02:10 +00:00
|
|
|
}
|
2018-10-17 21:28:25 +00:00
|
|
|
}
|