UNPKG

v-runtime-template

Version:

Create Vue components by compiling templates on the fly

38 lines (37 loc) 1.02 kB
{ "name": "v-runtime-template", "version": "1.10.0", "description": "Create Vue components by compiling templates on the fly", "main": "dist/v-runtime-template.umd.js", "scripts": { "prepublishOnly": "npm run build", "build": "microbundle index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/alexjoverm/v-runtime-template.git" }, "keywords": [ "vuejs", "dynamic", "runtime", "template" ], "author": { "name": "Alex J", "email": "alexjovermorales@gmail.com" }, "license": "MIT", "devDependencies": { "microbundle": "^0.11.0" }, "bugs": { "url": "https://github.com/alexjoverm/v-runtime-template/issues" }, "homepage": "https://github.com/alexjoverm/v-runtime-template#readme", "module": "dist/v-runtime-template.es.js", "unpkg": "dist/v-runtime-template.umd.js", "browser": "dist/v-runtime-template.es.js", "types": "v-runtime-template.d.ts" }