chore: removed bower.json

This commit is contained in:
Jamie Peabody
2021-11-21 12:21:11 +00:00
parent a92b408ce5
commit aa4d934cdd

View File

@@ -1,36 +0,0 @@
{
"name": "Mergely",
"version": "4.0.0",
"homepage": "https://github.com/wickedest/Mergely",
"description": "Merge and diff documents online",
"main": [
"lib/mergely.js",
"lib/mergely.css"
],
"keywords": [
"merge",
"diff"
],
"ignore": [
"LICENSE.html",
"README.md",
"doc",
"editor",
"examples",
"test"
],
"license": [
"GPL",
"LGPL",
"MPL"
],
"repository": {
"type": "git",
"url": "git://github.com/wickedest/Mergely"
},
"dependencies": {
"mergely": "https://github.com/wickedest/Mergely.git#3.4.3",
"jquery": "<=2.1.3",
"codemirror": "<=5.11.0"
}
}