forked from mauricemach/zappa
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 965 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 965 Bytes
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": "cayenne",
"description": "CoffeeScript's web framework on top of Express,Connect,Socket.IO frameworks.",
"version": "0.1.5",
"author": "arden <arden.emily@gmail.com>",
"contributors": [
{"name": "arden", "email": "arden.emily@gmail.com"},
{"name": "Maurice Machado", "email": "maurice@bitbending.com"},
{"name": "Nicholas Kinsey", "email": "nicholas.kinsey@feistystudios.com"},
{"name": "Jae Kwon", "email": "jae@flywheelnetworks.com"},
{"name": "Vladimir Dronnikov", "email": "dronnikov@gmail.com"},
{"name": "Isaac Wolkerstorfer", "email": "agnoster@gmail.com"}
],
"dependencies": {
"express": ">= 1.0.7",
"coffeekup": ">= 0.2.2",
"coffee-script": ">= 1.0.1",
"socket.io": ">= 0.6.3",
"jquery": ">= 1.4.3"
},
"keywords": ["framework", "websockets", "coffeescript"],
"bin": { "cayenne": "./bin/cayenne.coffee" },
"directories": { "lib": "./lib" },
"engines": { "node": ">= 0.2.6" }
}