Nuxt/start/package.json

59 lines
1.1 KiB
JSON
Raw Normal View History

2017-06-21 16:32:57 +00:00
{
"name": "nuxt-start",
"version": "2.0.0",
"description": "runtime-only build for nuxt",
2017-06-21 16:32:57 +00:00
"contributors": [
{
"name": "Sebastien Chopin (@Atinux)"
},
{
"name": "Alexandre Chopin (@alexchopin)"
},
{
"name": "Pooya Parsa (@pi0)"
},
{
"name": "Clark Du (@clarkdo)"
2017-06-21 16:32:57 +00:00
}
],
"main": "index.js",
"module": "./lib/nuxt.js",
2017-06-21 16:32:57 +00:00
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js"
},
"files": [
"bin",
"lib",
"dist"
2017-06-21 16:32:57 +00:00
],
"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",
2017-06-21 16:32:57 +00:00
"bin": {
2017-08-17 17:40:54 +00:00
"nuxt-start": "./bin/nuxt-start"
2017-06-21 16:32:57 +00:00
},
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
2017-06-21 16:32:57 +00:00
},
"dependencies": {
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/nuxtjs",
"logo": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
2017-06-21 16:32:57 +00:00
}
}