mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-31 15:50:32 +00:00
update package.json infos
This commit is contained in:
parent
4f60d4250e
commit
1180b972a2
24
package.json
24
package.json
@ -2,9 +2,31 @@
|
||||
"name": "nuxt",
|
||||
"version": "0.7.6",
|
||||
"description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Sebastien Chopin"
|
||||
},
|
||||
{
|
||||
"name": "Alexandre Chopin"
|
||||
}
|
||||
],
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nuxt/nuxt.js"
|
||||
},
|
||||
"keywords": [
|
||||
"nuxt",
|
||||
"nuxt.js",
|
||||
"nuxtjs",
|
||||
"vue",
|
||||
"vue.js",
|
||||
"vuejs",
|
||||
"next.js",
|
||||
"vue ssr"
|
||||
],
|
||||
"homepage": "https://github.com/nuxt/nuxt.js#readme",
|
||||
"bin": {
|
||||
"nuxt": "./bin/nuxt"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user