-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.23 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "sharejsxml",
"version": "0.10.1",
"description": "A database for concurrent XML document editing",
"keywords": [
"operational transformation",
"ot",
"concurrent",
"collaborative",
"database",
"server",
"XML"
],
"homepage": "",
"author": "Joseph Gentle <[email protected]> and Dennis Felsch <[email protected]>",
"dependencies": {
"sockjs": "^0.3.21",
"socket.io": "^4.8.0",
"socket.io-client": "^2.3.1",
"browserchannel": "^2.1.0",
"ws": "~5.2.4",
"connect": "~3",
"serve-static": "^1.14.1",
"connect-route": "^0.1.5",
"request": "^2.88.2",
"coffee-script": "~1",
"hat": "*",
"xmldom": "0.5.0",
"xpath": "0.0.27"
},
"devDependencies": {
"express": "~4",
"minimist": "^1.2.6",
"nodeunit": "^0.11.3",
"uglify-js": "~2.7",
"websocket": "^1.0.31"
},
"engine": "node >= 0.6",
"main": "index.js",
"bin": {
"sharejs": "bin/sharejs",
"sharejs-exampleserver": "bin/exampleserver"
},
"scripts": {
"build": "cake build",
"test": "cake test",
"prepare": "cake webclient"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/RUB-NDS/ShareJSXML"
}
}