mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-07 17:32:31 +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",
|
"name": "nuxt",
|
||||||
"version": "0.7.6",
|
"version": "0.7.6",
|
||||||
"description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
|
"description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
|
||||||
|
"contributors": [
|
||||||
|
{
|
||||||
|
"name": "Sebastien Chopin"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Alexandre Chopin"
|
||||||
|
}
|
||||||
|
],
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"license": "MIT",
|
"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": {
|
"bin": {
|
||||||
"nuxt": "./bin/nuxt"
|
"nuxt": "./bin/nuxt"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user