UNPKG

699 BJSONView Raw
1{
2 "name": "handlebars-brunch",
3 "version": "1.5.1",
4 "description": "Adds Handlebars.js support to brunch.",
5 "author": "Paul Miller (http://paulmillr.com/)",
6 "homepage": "https://github.com/brunch/handlebars-brunch",
7 "repository": {
8 "type": "git",
9 "url": "git@github.com:brunch/handlebars-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 "engines": {
18 "node": "~0.6.10 || 0.8 || 0.9"
19 },
20 "dependencies": {
21 "coffee-script": "~1.6.x",
22 "handlebars": "~1.0.10"
23 },
24 "devDependencies": {
25 "mocha": "*",
26 "chai": "*"
27 }
28}