From 7e2508269cdb3e40b6ff36637409cbcdd6c94548 Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Tue, 20 Oct 2015 09:46:43 -0500 Subject: [PATCH] Create bower.json --- bower.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..34a3dae --- /dev/null +++ b/bower.json @@ -0,0 +1,26 @@ +{ + "name": "simplemde-markdown-editor", + "version": "1.7.4", + "homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor", + "authors": [ + "Wes Cossick" + ], + "description": "A simple, beautiful, and embeddable JavaScript Markdown editor.", + "main": ["dist/simplemde.min.js", "dist/simplemde.min.css"], + "moduleType": [ + "globals" + ], + "keywords": [ + "embeddable", + "markdown", + "editor", + "javascript", + "wysiwyg" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components" + ] +}