Sha256: a2cb31a60de000a6fc5df576c3465fe72e116134c0aea39011f2bd3ffcfe7ea3
Contents?: true
Size: 1.27 KB
Versions: 10
Compression:
Stored size: 1.27 KB
Contents
{ "name": "codemirror-hashare", "id": "codemirror-hashare", "version": "0.0.2", "description": "Hash based sharing plugin for codemirror", "keywords": [ "codemirror-hashare", "codemirror", "share", "plugin" ], "author": { "name": "Irakli Gozalishvili", "email": "rfobic@gmail.com", "url": "http://jeditoolkit.com" }, "homepage": "https://github.com/Gozala/codemirror-hashare", "repository": { "type": "git", "url": "https://github.com/Gozala/codemirror-hashare.git", "web": "https://github.com/Gozala/codemirror-hashare" }, "bugs": { "url": "http://github.com/Gozala/codemirror-hashare/issues/" }, "main": "./core.js", "licenses": [ { "type": "MIT", "url": "https://github.com/Gozala/codemirror-hashare/License.md" } ], "readme": "# codemirror-hashare\n\n\nHash based sharing plugin for codemirror\n\n## Usage\n\n```js\n// require plugin\nvar hashare = require(\"codemirror-hashare\")\n\n// Install plugin\nhashare(CodeMirror)\n\nvar myCodeMirror = CodeMirror(document.body, {\n // ...\n hashare: true // enable buffer sharing\n})\n```\n\n## Install\n\n npm install codemirror-hashare\n", "readmeFilename": "Readme.md", "_id": "codemirror-hashare@0.0.2", "_from": "codemirror-hashare@~0.0.x" }
Version data entries
10 entries across 2 versions & 1 rubygems