From cac53b1ad2ee11bd8b239edbeab831a8618d6b31 Mon Sep 17 00:00:00 2001 From: Justin Schroeder Date: Fri, 26 Jan 2018 22:41:05 -0500 Subject: [PATCH] Initial empty commit of vue-formulate --- package.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 package.json 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" +}