mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
18 lines
337 B
JSON
18 lines
337 B
JSON
{
|
|
"name": "@nuxt/vue-app",
|
|
"version": "2.3.2",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"typings": "types/index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"template",
|
|
"types/*.d.ts"
|
|
],
|
|
"main": "dist/vue-app.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
|
|
}
|