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 <[email protected]>",
"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 <[email protected]>",
"Tom Wilson <[email protected]>",
"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]>",
"Lance Pollard <[email protected]>"
],
"optionalDependencies": {}
}