-
Notifications
You must be signed in to change notification settings - Fork 81
/
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 <maurice@bitbending.com>",
"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 <nicholas.kinsey@feistystudios.com>",
"Jae Kwon <jae@flywheelnetworks.com>",
"Yuya Nishiyama <nsy@ulz.nu>",
"Esa-Matti Suuronen <esa-matti@suuronen.org>",
"Ian Young <ian.greenleaf@gmail.com>",
"Isaac Wolkerstorfer <agnoster@gmail.com>",
"Jason King <jk@handle.it>",
"Stéphane Alnet <stephane@shimaore.net>",
"Rachel Carvalho <rachel.carvalho@gmail.com>",
"Tim Shadel <github@timshadel.com>",
"Vladimir Dronnikov <dronnikov@gmail.com>",
"Aldo Bucchi <aldo.bucchi@gmail.com>",
"Simon Epstein <simon@simondo.com>",
"Kris Molendyke <kris@visibiz.com>",
"Rafael de Oleza Alomar <rafeca@gmail.com>"
]
}