src/cm/media/js/lib/markitup/markitup-1.1.14/package.json
author Simon Descarpentries <sid@sopinspace.com>
Wed, 06 Nov 2013 19:07:25 +0100
changeset 563 163cf095f708
parent 548 8960a1adbc69
permissions -rw-r--r--
Add compressed scripts…

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