diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..853c91e --- /dev/null +++ b/bower.json @@ -0,0 +1,17 @@ +{ + "name": "markup.js", + "main": "./src/markup.js", + "version": "1.5.20", + "homepage": "https://github.com/adammark/Markup.js", + "authors": [ + "Adam Mark" + ], + "description": "Markup.js - Powerful JavaScript Templates", + "keywords": [ + "markup", + "template", + "templating", + "html" + ], + "license": "MIT" +}