forked from yaymukund/grunt-ember-handlebars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (49 loc) · 1.14 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
{
"name": "grunt-ember-handlebars",
"description": "Precompile ember templates in grunt using only ember-template-compiler.js.",
"version": "0.4.0",
"homepage": "https://github.com/yaymukund/grunt-ember-handlebars",
"author": {
"name": "Mukund Lakshman",
"email": "[email protected]",
"url": "http://yaymukund.com"
},
"repository": {
"type": "git",
"url": "git://github.com/yaymukund/grunt-ember-handlebars.git"
},
"bugs": {
"url": "https://github.com/yaymukund/grunt-ember-handlebars/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/yaymukund/grunt-ember-handlebars/blob/master/LICENSE-MIT"
}
],
"main": "grunt.js",
"bin": "bin/grunt-ember-handlebars",
"engines": {
"node": ">= 0.6.x"
},
"scripts": {
"test": "grunt simplemocha"
},
"dependencies": {
"grunt": "~0.4.0rc5",
"grunt-lib-contrib": "~0.5.1"
},
"devDependencies": {
"mocha": "1.4.x",
"grunt-simple-mocha": "0.3.x",
"should": "1.1.x",
"jsdom": "0.2.x"
},
"keywords": [
"gruntplugin",
"ember",
"handlebars",
"templates",
"precompile"
]
}