commit cac53b1ad2ee11bd8b239edbeab831a8618d6b31 Author: Justin Schroeder Date: Fri Jan 26 22:41:05 2018 -0500 Initial empty commit of vue-formulate diff --git a/package.json b/package.json new file mode 100644 index 0000000..c6664d7 --- /dev/null +++ b/package.json @@ -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 ", + "license": "MIT", + "bugs": { + "url": "https://github.com/wearebraid/vue-formulate/issues" + }, + "homepage": "https://github.com/wearebraid/vue-formulate#readme" +}