forked from brunch/brunch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.2 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
{
"name": "brunch",
"description": "A lightweight approach to building HTML5 applications with emphasis on elegance and simplicity",
"version": "1.0.0-beta3",
"keywords": ["backbone", "coffeescript", "jst", "jquery", "zepto", "framework", "brunch", "stylus", "eco", "underscore"],
"homepage": "http://brunch.io/",
"author": "Brunch team (http://brunch.io)",
"repository": {
"type": "git",
"url": "https://github.com/brunch/brunch.git"
},
"bugs": {
"url": "http://github.com/brunch/brunch/issues"
},
"licenses": [{
"type": "MIT",
"url": "http://github.com/brunch/brunch/raw/master/LICENSE"
}],
"main": "./lib/brunch",
"bin": {
"brunch": "./bin/brunch"
},
"scripts": {
"postinstall": "./node_modules/coffee-script/bin/coffee -o lib/ src/",
"test": "./node_modules/mocha/bin/mocha --reporter spec"
},
"engines": {
"node": "~0.6.6"
},
"dependencies": {
"coffee-script": "1.2.0",
"argumentum": "0.6.0",
"async": "0.1.15",
"mkdirp": "0.2.1",
"ncp": "0.2.3",
"growl": "1.4.1",
"express": "2.5.1"
},
"devDependencies": {
"mocha": "0.8.0",
"expect.js": "0.1.1",
"zombie": "0.12.7"
}
}