forked from mauricemach/zappa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 924 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
{
"name": "zappa",
"description": "Web development, cut-the-crap style.",
"version": "0.1.5",
"author": "Maurice Machado <[email protected]>",
"contributors": [
{"name": "Maurice Machado", "email": "[email protected]"},
{"name": "Nicholas Kinsey", "email": "[email protected]"},
{"name": "Jae Kwon", "email": "[email protected]"},
{"name": "Vladimir Dronnikov", "email": "[email protected]"},
{"name": "Isaac Wolkerstorfer", "email": "[email protected]"}
],
"repository": {"type": "git", "url": "http://github.com/mauricemach/zappa.git"},
"dependencies": {
"express": ">= 2.3.0",
"coffeekup": ">= 0.2.3",
"coffee-script": ">= 1.0.1",
"socket.io": ">= 0.6.3",
"jquery": ">= 1.5.1"
},
"keywords": ["framework", "websockets", "coffeescript"],
"bin": "./bin/zappa",
"main": "./lib/zappa",
"engines": { "node": ">= 0.4.1" }
}