UNPKG

@vicenterusso/vue-formulate-currency

Version:
48 lines (47 loc) 1.14 kB
{ "name": "@vicenterusso/vue-formulate-currency", "version": "0.1.0", "description": "Vue Formulate + Vue Currency Input", "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", "percent", "vue", "vue-currency", "vue-formulate" ], "dependencies": { "@braid/vue-formulate": "^2.4.5", "vue": "^2.6.12", "vue-currency-input": "^1.22.6" }, "devDependencies": { "@vue/cli-plugin-babel": "~4.5.9", "@vue/cli-service": "~4.5.9", "babel-eslint": "^10.1.0", "eslint": "^6.7.2", "eslint-plugin-vue": "^6.2.2", "html-loader": "^1.3.2", "sass": "^1.26.11", "sass-loader": "^10.0.2", "vue-template-compiler": "^2.6.11", "webpack": "^4.44.2", "webpack-cli": "^4.2.0" }, "author": { "name": "Vicente Russo Neto", "email": "vicente.russo@gmail.com" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/vicenterusso/vue-formulate-currency.git" } }