Nuxt/distributions/nuxt-start/package.json

59 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "nuxt-start",
2018-11-20 20:48:46 +00:00
"version": "2.3.2",
"description": "Starts Nuxt.js Application in production mode",
"keywords": [
"nuxt",
"nuxt.js",
"nuxtjs",
"ssr",
"vue",
"vue isomorphic",
"vue server side",
"vue ssr",
"vue universal",
"vue versatile",
"vue.js",
"vuejs"
],
"homepage": "https://github.com/nuxt/nuxt.js#readme",
"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-start.js",
"bin": "bin/nuxt-start.js",
"dependencies": {
2018-11-20 20:48:46 +00:00
"@nuxt/cli": "2.3.2",
"@nuxt/common": "2.3.2",
"@nuxt/core": "2.3.2"
},
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
2018-11-20 20:48:46 +00:00
},
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
}