-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
46 lines (46 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
41
42
43
44
45
46
{
"name": "godot",
"description": "Godot is a streaming real-time event processor written in node.js",
"version": "0.7.10",
"author": "Nodejitsu Inc <info@nodejitsu.com>",
"contributors": [
{
"name": "Charlie Robbins",
"email": "charlie@nodejitsu.com"
},
{
"name": "Jarrett Cruger",
"email": "jarrett@nodejitsu.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/nodejitsu/godot.git"
},
"dependencies": {
"back": "0.1.x",
"clone": "~0.1.18",
"graphite": "0.0.6",
"ip": "0.0.x",
"json-stream": "0.2.x",
"node-uuid": "1.4.0",
"redis": "0.8.4",
"sendgrid-web": "0.0.5",
"telenode": "0.0.3",
"utile": "0.2.x",
"window-stream": "~0.7.0"
},
"devDependencies": {
"one-time": "0.0.3",
"optimist": "0.3.4",
"r...e": "0.2.x",
"vows": "0.8.0"
},
"main": "./lib/godot",
"engines": {
"node": "0.12.x || 0.10.x"
},
"scripts": {
"test": "vows --spec -i"
}
}