UNPKG

667 BJSONView Raw
1{
2 "name": "jade-brunch",
3 "version": "1.3.0",
4 "description": "Adds Jade support to brunch.",
5 "author": "Paul Miller (http://paulmillr.com/)",
6 "homepage": "https://github.com/brunch/jade-brunch",
7 "repository": {
8 "type": "git",
9 "url": "git@github.com:brunch/jade-brunch.git"
10 },
11 "main": "./lib/index",
12 "scripts": {
13 "prepublish": "coffee -o lib/ src/",
14 "postinstall": "node setup.js postinstall",
15 "test": "node setup.js test"
16 },
17 "engines": {
18 "node": "~0.6.10 || 0.8 || 0.9"
19 },
20 "dependencies": {
21 "coffee-script": "1.3.3",
22 "jade": "0.26.3"
23 },
24 "devDependencies": {
25 "mocha": "1.2.2",
26 "chai": "1.1.0"
27 }
28}