* 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
37 lines
653 B
JSON
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"
|
|
}
|
|
}
|