UNPKG

591 BJSONView Raw
1{
2 "name": "javascript-brunch",
3 "version": "1.7.0",
4 "description": "Adds JavaScript support to brunch.",
5 "author": "Paul Miller (http://paulmillr.com/)",
6 "homepage": "https://github.com/brunch/javascript-brunch",
7 "repository": {
8 "type": "git",
9 "url": "git@github.com:brunch/javascript-brunch.git"
10 },
11 "main": "./lib/index",
12 "scripts": {
13 "prepublish": "rm -rf lib && coffee --bare --output lib/ src/",
14 "test": "node_modules/.bin/mocha --require test/common.js"
15 },
16 "dependencies": {},
17 "devDependencies": {
18 "mocha": "1.11.0",
19 "chai": "1.7.0"
20 }
21}