-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
61 lines (61 loc) · 1.28 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "ember-handlebars-brunch",
"version": "1.2.1",
"description": "Adds pre-compiling support for Ember Handlebars templates to Brunch",
"author": {
"name": "Steve Bartnesky"
},
"contributors": [
{
"name": "Sai Wong"
},
{
"name": "Ilia Choly",
"email": "[email protected]"
},
{
"name": "David Strauß",
"email": "[email protected]"
},
{
"name": "Jeremy Cloutier"
},
{
"name": "Jon Buffington"
},
{
"name": "Codey Whitt",
"email": "[email protected]"
},
{
"name": "Giovanni Collazo",
"email": "[email protected]"
},
{
"name": "Matt Marcum",
"email": "[email protected]"
}
],
"homepage": "https://github.com/bartsqueezy/ember-handlebars-brunch",
"repository": {
"type": "git",
"url": "git://github.com/bartsqueezy/ember-handlebars-brunch.git"
},
"main": "./lib/index",
"scripts": {
"postinstall": "node setup.js postinstall",
"test": "node setup.js test"
},
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"coffee-script": "1.6.2",
"handlebars": "~1.3.0",
"ember-template-compiler": "~1.5.1"
},
"devDependencies": {
"mocha": "1.9.0",
"expect.js": "0.2.0"
}
}