Skip to content

Commit

Permalink
add bower
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Nov 5, 2016
1 parent ce72dc4 commit ce44822
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "vue-form-generator",
"version": "0.5.0",
"homepage": "https://github.com/icebob/vue-form-generator",
"authors": [
"Icebob"
],
"description": "A schema-based form generator component for Vue.js",
"main": [
"dist/vue-form-generator.js",
"dist/vue-form-generator.css",
],
"moduleType": [
"amd"
],
"keywords": [
"vue",
"vuejs",
"form",
"generator",
"schema",
"json"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit ce44822

Please sign in to comment.