-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 920 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
41
42
43
{
"name": "planet"
, "version": "0.14.11"
, "author": "Enrique Erne (http://mild.ch/)"
, "description": "collaboratively edit anything"
, "keywords": [
"collaborative"
, "comet"
, "concurrent"
, "realtime"
, "socket.io"
, "wave"
, "websocket"
]
, "repository": "git://github.com/thisconnect/planet.git"
, "homepage": "https://github.com/thisconnect/planet"
, "main": "./planet"
, "bin": {
"planet": "./bin/planet"
}
, "contributors": [
{"name": "Enrique Erne"}
]
, "dependencies": {
"socket.io": "0.9.16"
, "yargs": "1.3.1"
, "tool": "1.0.1"
}
, "devDependencies": {
"mocha": "1.21.4"
, "expect.js": "0.3.1"
, "wrapup": "1.0.7"
, "benchmark": ">= 1.0.0"
, "socket.io-client": "0.9.16"
}
, "licenses": [{
"type": "MIT"
, "url": "https://raw.github.com/thisconnect/planet/master/license"
}]
, "bugs": {
"url": "https://github.com/thisconnect/planet/issues"
}
}