-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.11 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": "share",
"version": "0.6.3",
"description": "A database for concurrent document editing",
"keywords": [
"operational transformation",
"ot",
"concurrent",
"collaborative",
"database",
"server"
],
"homepage": "",
"author": "Joseph Gentle <josephg@gmail.com>",
"dependencies": {
"express": "^4.8.0",
"pg": "7.4.0",
"pg-native": "3.0.1",
"sockjs": ">= 0.3.1",
"socket.io": "2.5.0",
"socket.io-client": "2.4.0",
"ws": "5.2.4",
"request": ">= 2.1.1",
"coffee-script": "1.7.0",
"hat": "*"
},
"devDependencies": {
"optimist": ">= 0.2.4",
"nodeunit": "0.9.0",
"shelljs": "0.8.5",
"uglify-js": "3.19.3",
"websocket": "~1"
},
"engine": "node >= 0.6",
"main": "index.js",
"bin": {
"sharejs": "bin/sharejs",
"sharejs-exampleserver": "bin/exampleserver"
},
"scripts": {
"build": "cake build",
"test": "cake --verbose test",
"prepublish": "cake webclient"
},
"licenses": [
{
"type": "MIT"
}
],
"repository": {
"type": "git",
"url": "http://github.com/josephg/sharejs.git"
}
}