forked from effkay/brunch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.36 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
{
"name": "brunch",
"description": "~ with coffee … is a lightweight client side framework on top of backbone.js, eco and stylus using coffee-script",
"version": "0.8.1",
"keywords": ["backbone", "coffeescript", "jst", "jquery", "zepto", "framework", "brunch", "stylus", "eco", "underscore"],
"homepage": "http://brunchwithcoffee.com/",
"author": "brunch <[email protected]>, twitter: @brunch_coffee",
"licenses": [{
"type": "MIT",
"url": "http://github.com/brunch/brunch/raw/master/LICENSE"
}],
"engines": {
"node": ">= 0.4.8"
},
"directories": {
"lib": "./lib"
},
"main": "./lib/brunch",
"bin": {
"brunch": "./bin/brunch"
},
"dependencies": {
"coffee-script": ">= 1.1.1",
"underscore": ">= 1.1.7",
"eco": ">= 1.0.3",
"nomnom": "1.0.0",
"stylus": ">= 0.13.7",
"async": ">= 0.1.9",
"yaml": ">= 0.2.1",
"file": ">= 0.1.1",
"stitch": ">= 0.3.2",
"uglify-js": ">= 1.0.6"
},
"devDependencies": {
"coffee-script": ">= 1.1.1",
"express": ">= 2.4.3",
"jasmine-node": ">= 1.0.9",
"zombie": ">= 0.9.7"
},
"repository": {
"type": "git",
"url": "https://github.com/brunch/brunch.git"
},
"bugs": {
"url": "http://github.com/brunch/brunch/issues"
}
}