diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..2f23d4f --- /dev/null +++ b/bower.json @@ -0,0 +1,25 @@ +{ + "name": "Squire", + "version": "0.0.1", + "homepage": "https://github.com/neilj/Squire", + "authors": [ + "Neil Jenkins " + ], + "description": "Squire is an HTML5 rich text editor, which provides powerful cross-browser normalisation, whilst being supremely lightweight and flexible.", + "main": "build/squire.js", + "keywords": [ + "wysiwyg", + "editor", + "text", + "html", + "squire" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}