-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 858 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
{
"name": "hive-plugin-cursor-broadcast-codemirror",
"version": "0.2.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",
"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-codemirror.git"
},
"keywords": [
"hivejs",
"hive.js"
],
"author": "Marcel Klehr <mklehr@gmx.net>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/hivejs/hive-plugin-cursor-broadcast-codemirror/issues"
},
"homepage": "https://github.com/hivejs/hive-plugin-cursor-broadcast-codemirror"
}