forked from mauricemach/zappa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.46 KB
/
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": "zappa",
"description": "CoffeeScript minimalist interface to express, socket.io and others",
"version": "0.3.3",
"author": "Maurice Machado <[email protected]>",
"homepage": "http://zappajs.org",
"repository": {"type": "git", "url": "git://github.com/mauricemach/zappa.git"},
"dependencies": {
"express": "< 3.0.0",
"socket.io": "0.8.x",
"coffeekup": "0.3.x",
"node-uuid": "1.2.0",
"uglify-js": "1.1.x"
},
"devDependencies": {
"jsdom": "0.2.10",
"underscore": "1.2.2",
"request": "2.2.5",
"socket.io-client": "0.8.7",
"eco": "1.1.0-rc-1",
"jade": "0.18.0",
"stylus": "0.19.3"
},
"keywords": ["framework", "websockets", "coffeescript", "express", "socket.io", "sammy", "sinatra", "dsl"],
"main": "./lib/zappa",
"contributors": [
"Nicholas Kinsey <[email protected]>",
"Jae Kwon <[email protected]>",
"Yuya Nishiyama <[email protected]>",
"Esa-Matti Suuronen <[email protected]>",
"Ian Young <[email protected]>",
"Isaac Wolkerstorfer <[email protected]>",
"Jason King <[email protected]>",
"Stéphane Alnet <[email protected]>",
"Rachel Carvalho <[email protected]>",
"Tim Shadel <[email protected]>",
"Vladimir Dronnikov <[email protected]>",
"Aldo Bucchi <[email protected]>",
"Simon Epstein <[email protected]>",
"Kris Molendyke <[email protected]>",
"Rafael de Oleza Alomar <[email protected]>"
]
}