Commit 7c43e369 authored by NikulinR's avatar NikulinR

Links added

parent 0b49c615
...@@ -3,11 +3,23 @@ ...@@ -3,11 +3,23 @@
"description": "Masked input component for Vue.js 2.X", "description": "Masked input component for Vue.js 2.X",
"version": "0.1.0", "version": "0.1.0",
"author": "niksmr", "author": "niksmr",
"private": true, "license": "MIT",
"homepage": "https://github.com/niksmr/vue-masked-input",
"main": "src/MaskedInput.vue",
"scripts": { "scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --inline --hot", "dev": "cross-env NODE_ENV=development webpack-dev-server --open --inline --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules" "build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
}, },
"repository": {
"type": "git",
"url": "git+https://github.com/niksmr/vue-masked-input.git"
},
"keywords": [
"vue",
"mask",
"masked",
"input"
],
"dependencies": { "dependencies": {
"inputmask-core": "^2.2.0", "inputmask-core": "^2.2.0",
"vue": "^2.1.0" "vue": "^2.1.0"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment