28 lines
645 B
JSON
28 lines
645 B
JSON
{
|
|
"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"
|
|
}
|