forked from mauricemach/coffeekup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 1.08 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
{
"name": "coffeekup",
"description": "Markup as CoffeeScript.",
"version": "0.3.1edge",
"author": "Maurice Machado <maurice@bitbending.com>",
"homepage": "http://coffeekup.org",
"repository": {"type": "git", "url": "git://github.com/mauricemach/coffeekup.git"},
"dependencies": {"coffee-script": ">= 1.1.2"},
"devDependencies": {"jade": "0.13.0", "eco": "1.1.0-rc-1", "ejs": "0.4.3", "haml": "0.4.2"},
"keywords": ["template", "view", "coffeescript"],
"bin": "./bin/coffeekup",
"main": "./lib/coffeekup",
"engines": {"node": ">= 0.4.7"},
"contributors": [
"Luis Pedro Coelho <lpc@cmu.edu>",
"Rachel Carvalho <rachel.carvalho@gmail.com>",
"Vladimir Dronnikov <dronnikov@gmail.com>",
"James Campos <james.r.campos@gmail.com>",
"Martin Westergaard Lassen <martin@mwl.dk>",
"Paul Harper <benekastah@gmail.com>",
"Colin Thomas-Arnold <colinta@mac.com>",
"Esa-Matti Suuronen <esa-matti@suuronen.org>",
"Jason King <jk@handle.it>",
"Brandon Bloom <brandon@brandonbloom.name>",
"Nicholas Kinsey <nicholas.kinsey@feistystudios.com>"
]
}