-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 910 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "hive-plugin-cursor-broadcast-ckeditor",
"version": "0.4.0",
"description": "Broadcast the cursors of everyone editing the document -- plugin for hive.js",
"main": "index.js",
"dependencies": {
"through2": "1.x",
"json-stream": "1.x",
"domnode-at-path": "1.x",
"path-to-domnode": "1.x",
"virtual-dom": "2.x",
"co": "4.x",
"hive-plugin-author-colors": "*"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/hivejs/hive-plugin-cursor-broadcast-ckeditor.git"
},
"keywords": [
"hivejs",
"hive.js"
],
"author": "Marcel Klehr <[email protected]>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/hivejs/hive-plugin-cursor-broadcast-ckeditor/issues"
},
"homepage": "https://github.com/hivejs/hive-plugin-cursor-broadcast-ckeditor"
}