1
0
mirror of synced 2024-11-22 05:16:05 +03:00
vue-formulario/package.json

28 lines
645 B
JSON
Raw Normal View History

2018-01-27 06:41:05 +03:00
{
"name": "vue-formulate",
"version": "0.0.1",
"description": "The easiest way to build forms in Vue with validation and vuex support.",
"main": "dist/index.js",
"scripts": {
"test": "ava"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/wearebraid/vue-formulate.git"
},
"keywords": [
"vue",
"form",
"forms",
"validation",
"vuex",
"validate"
],
"author": "Justin Schroeder <justin@wearebraid.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wearebraid/vue-formulate/issues"
},
"homepage": "https://github.com/wearebraid/vue-formulate#readme"
}