-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy pathpackage.json
32 lines (32 loc) · 875 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
{
"name": "animate-server",
"version": "1.0.0",
"description": "A realtime chat server using animated gif-like videos",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/julianduque/animate-server.git"
},
"author": "Julian Duque <julianduquej@gmail.com>",
"license": "BSD",
"bugs": {
"url": "https://github.com/julianduque/animate-server/issues"
},
"homepage": "https://github.com/julianduque/animate-server",
"dependencies": {
"animate-client": "git://github.com/julianduque/animate-client.git",
"async": "^0.9.0",
"body": "^5.0.0",
"concat-stream": "^1.4.8",
"course": "0.0.1",
"data-uri-to-buffer": "0.0.3",
"level": "^0.18.0",
"level-ttl": "^3.0.3",
"socket.io": "^1.3.5",
"st": "^0.5.3",
"uuid": "^2.0.1"
}
}