brunch
Version:
A lightweight approach to building HTML5 applications with emphasis on elegance and simplicity
57 lines (56 loc) • 1.25 kB
JSON
{
"name": "brunch",
"description": "A lightweight approach to building HTML5 applications with emphasis on elegance and simplicity",
"version": "1.6.1",
"keywords": [
"assembler",
"builder",
"stack",
"chaplin",
"backbone",
"ember",
"angular",
"html5"
],
"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/index",
"bin": {
"brunch": "./bin/brunch"
},
"scripts": {
"prepublish": "node setup.js prepublish",
"postpublish": "node setup.js postpublish",
"test": "node setup.js test"
},
"dependencies": {
"coffee-script": "~1.6.0",
"argumentum": "~0.6.0",
"chokidar": "~0.6.0",
"async": "~0.2.6",
"mkdirp": "~0.3.5",
"ncp": "~0.4.2",
"express": "~3.1.0",
"debug": "~0.7.0",
"init-skeleton": "~0.1.2",
"loggy": "~0.1.0",
"lodash": "~1.0.1"
},
"devDependencies": {
"mocha": "~1.8.2",
"chai": "~1.4.0"
}
}