1
0
mirror of synced 2025-12-09 07:18:18 +08:00

Added bower.json

This commit is contained in:
Chris Harding
2015-03-16 20:05:09 -07:00
parent 989afcd4bc
commit 13d8e80531

35
bower.json Normal file
View File

@@ -0,0 +1,35 @@
{
"name": "Mergely",
"version": "3.3.9",
"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": {
"jquery": "2.1.0",
"codemirror": "<=3.23.0"
}
}