UNPKG

vue-eyedrop-tool

Version:
32 lines 804 B
{ "name": "vue-eyedrop-tool", "version": "1.0.10", "description": "Eyedrop tool for vue", "main": "dist/eyedrop.umd.js", "unpkg": "dist/eyedrop.umd.min.js", "types": "src/eyedrop.d.ts", "scripts": { "build:npm": "vue-cli-service build --target lib --name eyedrop src/eyedrop.vue" }, "repository": { "type": "git", "url": "https://github.com/MathiasMonstrey/vue-eyedrop-tool" }, "keywords": [ "vue", "eyedrop" ], "author": "Mathias Monstrey", "license": "ISC", "dependencies": { "vue-property-decorator": "^8.2.1" }, "devDependencies": { "@vue/cli-plugin-typescript": "^3.10.0", "@vue/cli-service": "^3.10.0", "node-sass": "^4.12.0", "sass-loader": "^7.2.0", "typescript": "^3.5.3", "vue-template-compiler": "^2.6.10" } }