1
0
mirror of synced 2025-11-06 04:30:40 +08:00
Files
Mergely/bower.json
Jamie Peabody bde295febd Build improvements (#73)
* removed editor and initial cleanup

* cleanup

* updated jquery

* tidy up

* moved src and build to lib

* tidy up and fixed webpack

* updated readme

* removed junk

* tidy up

* works with sample and editor

* removed editor_width and editor_height

* auto width and height

* added license feature

* not doing dist

* fixed typo

* added searchcursor

* fixed typo

* doc updates

* improved comment

* updated init for cm settings

* fixed jquery/cm includes

* documentation updates

* updated changes doc

* fixed cmsettings

* updated examples
2017-12-18 21:53:03 +00:00

37 lines
653 B
JSON

{
"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"
}
}