forked from gradus/coffeecup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.51 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "coffeecup",
"description": "Markup as CoffeeScript.",
"version": "0.3.13",
"author": "Kris Windham <kriswindham@gmail.com>",
"homepage": "http://easydoc.org/coffeecup",
"repository": {
"type": "git",
"url": "git://github.com/gradus/coffeecup.git"
},
"dependencies": {
"coffee-script": "1.3.x",
"optparse": "1.0.3",
"uglify-js": "1.2.6",
"stylus": "~0.25.0"
},
"devDependencies": {
"jade": "0.13.0",
"eco": "1.1.0-rc-1",
"ejs": "0.4.3",
"haml": "0.4.2",
"mocha": "1.0.0",
"should": "0.6.0"
},
"keywords": [
"template",
"view",
"coffeescript"
],
"bin": {
"coffeecup": "./bin/coffeecup"
},
"main": "./lib/coffeecup",
"engines": {
"node": "0.4.x || 0.6.x"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"contributors": [
"Kris Windham <kriswindham@gmail.com>",
"Tom Wilson <tom@jackrussellsoftware.com>",
"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>",
"Lance Pollard <lancejpollard@gmail.com>"
],
"optionalDependencies": {}
}