src/cm/media/js/lib/markitup/markitup-1.1.14/package.json
author Simon Descarpentries <sid@sopinspace.com>
Mon, 04 Nov 2013 15:11:11 +0100
changeset 559 4e20287ff415
parent 548 8960a1adbc69
permissions -rw-r--r--
Fix spelling mistakes as per http://www.co-ment.org/ticket/85

{
  "name": "markItUp! ",
  "title": "markItUp! universal markup jQuery editor",
  "description": "markItUp! is a JavaScript plugin built on the jQuery library. It allows you to turn any textarea into a markup editor. Html, Textile, Wiki Syntax, Markdown, BBcode or even your own Markup system can be easily implemented.",
  "version": "1.1",
  "homepage": "http://markitup.jaysalvat.com/",
  "author": {
    "name": "Jay Salvat",
    "email": "",
    "url": "http://jaysalvat.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/markitup/1.x"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/MIT"
    },
    {
      "type": "GPL",
      "url": "http://www.opensource.org/licenses/GPL-2.0"
    }
  ],
  "keywords": [ "jquery", "markup", "editor", "markdown", "wiki", "bbcode", "html", "textile" ]
}