-
Notifications
You must be signed in to change notification settings - Fork 84
/
package.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 <[email protected]>",
"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 <[email protected]>",
"Rachel Carvalho <[email protected]>",
"Vladimir Dronnikov <[email protected]>",
"James Campos <[email protected]>",
"Martin Westergaard Lassen <[email protected]>",
"Paul Harper <[email protected]>",
"Colin Thomas-Arnold <[email protected]>",
"Esa-Matti Suuronen <[email protected]>",
"Jason King <[email protected]>",
"Brandon Bloom <[email protected]>",
"Nicholas Kinsey <[email protected]>"
]
}