Nuxt/packages/vue-app/package.json

17 lines
280 B
JSON
Raw Normal View History

{
"name": "@nuxt/vue-app",
2018-11-16 14:30:11 +00:00
"version": "2.3.1",
"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"
}
}