UNPKG

586 BJSONView Raw
1{
2 "name": "javascript-brunch",
3 "version": "1.5.1",
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": "node setup.js prepublish",
14 "postpublish": "node setup.js postpublish",
15 "test": "node setup.js test"
16 },
17 "dependencies": {},
18 "devDependencies": {
19 "mocha": "1.8.1",
20 "chai": "1.4.2"
21 }
22}