-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.2 KB
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
{
"name": "grunt-ember-templates",
"description": "Compile Handlebars templates for Ember in Grunt. Features destination:source file arguments and customizable template names.",
"version": "1.2.0",
"homepage": "https://github.com/dgeb/grunt-ember-templates",
"author": {
"name": "Dan Gebhardt",
"url": "http://cerebris.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/dgeb/grunt-ember-templates.git"
},
"bugs": {
"url": "https://github.com/dgeb/grunt-ember-templates/issues"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/dgeb/grunt-ember-templates/blob/master/LICENSE"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.12.0"
},
"scripts": {
"test": "grunt test",
"debug": "node --inspect-brk $(which grunt) emberTemplates --debug"
},
"devDependencies": {
"bower": "~1.8.2",
"grunt": "^1.0.3",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-internal": "~2.0.0",
"grunt-contrib-jshint": "~1.1.0",
"nodeunit": "^0.11.3"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin",
"ember",
"handlebars",
"htmlbars"
]
}