forked from pedrosanta/quill-sharedb-cursors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.02 KB
/
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
33
34
35
36
37
38
39
40
{
"name": "quill-sharedb-cursors",
"version": "0.0.0",
"private": true,
"author": "Pedro Machado Santa <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/pedrosanta/quill-sharedb-cursors.git"
},
"scripts": {
"postinstall": "npm run build",
"build": "./node_modules/.bin/webpack",
"watch": "./node_modules/.bin/webpack -w",
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "^1.18.2",
"cookie-parser": "~1.4.3",
"debug": "^3.1.0",
"express": "^4.16.2",
"jade": "^1.11.0",
"lodash": "^4.17.4",
"morgan": "^1.9.0",
"node-sass-middleware": "^0.11.0",
"quill": "^1.3.4",
"quill-cursors": "^1.0.0",
"reconnectingwebsocket": "^1.0.0",
"rich-text": "^3.1.0",
"serve-favicon": "^2.4.5",
"sharedb": "^1.0.0-beta.7",
"sharedb-mongo": "^1.0.0-beta.3",
"uuid": "^3.1.0",
"websocket-json-stream": "0.0.3",
"ws": "^3.3.2"
},
"devDependencies": {
"webpack": "^3.10.0"
}
}