Skip to content

Commit

Permalink
Merge pull request #20 from yakovlevga/packages
Browse files Browse the repository at this point in the history
Bower package file added.
  • Loading branch information
yakovlevga authored Dec 14, 2017
2 parents f877518 + 8cf302a commit 785171c
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "brickyeditor",
"description": "WYSIWYG block editor jQuery plugin.",
"main": "./dist/jquery.brickyeditor.js",
"authors": [
"George Yakovlev <yakovlev.ga@gmail.com>"
],
"license": "MIT",
"keywords": [
"wysiwyg",
"wysiwyg",
"editor",
"longrid",
"block",
"editor",
"editor",
"bootstrap",
"jquery",
"jquery-plugin"
],
"homepage": "https://github.com/yakovlevga/brickyeditor",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"src",
"demo",
"readme",
"gulpfile.js",
"package.json"
],
"dependencies": {
"jquery": ">=1.12.1"
}
}

0 comments on commit 785171c

Please sign in to comment.