-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
40 lines (40 loc) · 1009 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
33
34
35
36
37
38
39
40
{
"name": "share-mirror",
"version": "0.1.0",
"description": "ShareJS + CodeMirror",
"keywords": ["operational transformation", "ot", "concurrent", "collaborative", "database", "server"],
"homepage": "",
"author": "Douglas Tarr <[email protected]>",
"main": "index.js",
"bin": {
"codeshare.js": "bin/codeshare"
},
"dependencies": {
"socket.io": "~0.8",
"socket.io-client": "~0.8",
"connect": ">= 1.1.1 < 2.0.0",
"optimist": ">= 0.2.4",
"uglify-js": "~1",
"request": ">= 2.1.1",
"coffee-script": "> 1.1.0",
"browserchannel": "*",
"hat": "*",
"share" : "0.5.0-pre"
},
"devDependencies": {
"nodeunit": "~0.5.0"
},
"engine": "node >= 0.4.4",
"scripts": {
"build": "cake build",
"test": "nodeunit tests.coffee"
},
"licenses": [{
"type": "BSD",
"url": "http://www.freebsd.org/copyright/freebsd-license.html"
}],
"repository": {
"type": "git",
"url": "http://github.com/tarr11/share-mirror.git"
}
}