vuenity
Version:
A Vue.js wrapper with communications for WebGL Unity games.
46 lines (45 loc) • 1.38 kB
JSON
{
"name": "vuenity",
"version": "1.1.5",
"description": "A Vue.js wrapper with communications for WebGL Unity games.",
"main": "src/index.js",
"module": "dist/vuenity.esm.js",
"types": "@types/index.d.ts",
"browser": {
"./sfc": "src/vuenity.vue"
},
"scripts": {
"build": "npm run build:umd & npm run build:es & npm run build:unpkg",
"build:umd": "rollup --config build/rollup.config.js --format umd --file dist/vuenity.umd.js",
"build:es": "rollup --config build/rollup.config.js --format es --file dist/vuenity.esm.js",
"build:unpkg": "rollup --config build/rollup.config.js --format iife --file dist/vuenity.min.js"
},
"keywords": [
"vue",
"unity",
"webgl"
],
"author": "heskworld",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.4.5",
"babel-preset-es2015-rollup": "^3.0.0",
"rollup": "^1.14.3",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-vue": "^5.0.0",
"typescript": "^3.5.2",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Thooto/vuenity.git"
},
"bugs": {
"url": "https://github.com/Thooto/vuenity/issues"
},
"homepage": "https://github.com/Thooto/vuenity#readme"
}