update package.json infos

This commit is contained in:
Alexandre Chopin 2016-11-28 17:10:29 +01:00
parent 4f60d4250e
commit 1180b972a2

View File

@ -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"
},