1
0
mirror of synced 2024-11-22 13:26:06 +03:00

Initial empty commit of vue-formulate

This commit is contained in:
Justin Schroeder 2018-01-26 22:41:05 -05:00
commit cac53b1ad2

27
package.json Normal file
View File

@ -0,0 +1,27 @@
{
"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"
}