Initial empty commit of vue-formulate
This commit is contained in:
commit
cac53b1ad2
27
package.json
Normal file
27
package.json
Normal 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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user