Nuxt/distributions/nuxt/package.json

69 lines
1.4 KiB
JSON
Raw Normal View History

{
"name": "nuxt",
2018-11-20 20:48:46 +00:00
"version": "2.3.2",
"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)"
},
{
"name": "Alexander Lichter (@manniL)"
}
],
"files": [
"bin",
"dist"
],
"main": "dist/nuxt.js",
"bin": "bin/nuxt.js",
"scripts": {
"postinstall": "opencollective || exit 0"
},
"dependencies": {
2018-11-20 20:48:46 +00:00
"@nuxt/builder": "2.3.2",
"@nuxt/cli": "2.3.2",
"@nuxt/common": "2.3.2",
"@nuxt/core": "2.3.2",
"@nuxt/generator": "2.3.2",
"@nuxt/webpack": "2.3.2",
2018-11-26 17:02:11 +00:00
"@nuxtjs/opencollective": "^0.2.0"
},
"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-20 20:48:46 +00:00
},
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
}