UNPKG

vue-formulate-currency

Version:
51 lines (50 loc) 1.26 kB
{ "name": "vue-formulate-currency", "version": "0.1.6", "description": "Currency input for vue-formulate", "private": false, "main": "dist/index.js", "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "vue-cli-service lint" }, "keywords": [ "currency", "money", "vue", "vue-currency", "vue-formulate" ], "dependencies": { "@braid/vue-formulate": "^2.4.5", "@vue/composition-api": "^1.4.3", "vue": "^2.6.14", "vue-numeric": "^2.4.3" }, "devDependencies": { "@vue/cli-plugin-babel": "^4.5.15", "@vue/cli-service": "^4.5.15", "babel-eslint": "^10.1.0", "eslint": "^6.7.2", "eslint-plugin-vue": "^6.2.2", "html-loader": "^1.3.2", "sass": "^1.47.0", "sass-loader": "^10.2.0", "vue-template-compiler": "^2.6.14", "webpack": "^4.44.2", "webpack-cli": "^4.9.1" }, "author": { "name": "ryntab", "email": "ryantaber17@gmail.com" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ryntab/vue-formulate-currency.git" }, "bugs": { "url": "https://github.com/ryntab/vue-formulate-currency/issues" } }