From f5bbe0febd06e1b39a027309fed351e478087f15 Mon Sep 17 00:00:00 2001 From: takacszs Date: Fri, 4 Jul 2014 22:52:23 +0200 Subject: [PATCH] bower file created --- bower.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..3f81c10 --- /dev/null +++ b/bower.json @@ -0,0 +1,28 @@ +{ + "name": "DOMBuilder", + "version": "2.1.5", + "homepage": "https://github.com/insin/DOMBuilder", + "authors": [ + "insin jonathan.buchanan@gmail.com" + ], + "main": "dist/DOMBuilder.min.js", + "keywords": [ + "DOM", + "builder", + "html", + "generate", + "javascript", + "js", + "jquery", + "frontend", + "sitebuild" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}