vue-dni
Version:
Vue utility functions for validating and formatting DNIs
56 lines (55 loc) • 1.34 kB
JSON
{
"name": "vue-dni",
"version": "1.0.1",
"description": "Vue utility functions for validating and formatting DNIs",
"main": "dist/vue-dni.js",
"files": [
"dist",
"README.md",
"yarn.lock"
],
"scripts": {
"test": "karma start",
"build": "babel src -d dist --ignore '**/*.spec.js' && uglifyjs dist/vue-dni.js -o dist/vue-dni.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/platanus/vue-dni.git"
},
"keywords": [
"vue",
"rut",
"chile",
"dni"
],
"author": "Guillermo Moreno <gmq@guillermomoreno.cl>",
"contributors": [
"Mario López <mariolopezlandes@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/platanus/vue-dni/issues"
},
"homepage": "https://github.com/platanus/vue-dni#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.18.0",
"babel-loader": "^6.2.10",
"babel-preset-latest": "^6.16.0",
"jasmine-core": "^2.5.2",
"karma": "^1.4.1",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-webpack": "^2.0.2",
"phantomjs-prebuilt": "^2.1.14",
"uglify-js": "^2.7.4",
"webpack": "^2.2.1",
"vue": "^2.1.10"
},
"dependencies": {
"rut-helpers": "^0.1.1"
},
"peerDependencies": {
"vue": "^2.1.10"
}
}