-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.04 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
{
"name": "grunt-template-helper",
"description": "Grunt template processor and wrapper.",
"version": "0.2.1",
"homepage": "https://github.com/ciddan/grunt-template-helper",
"author": {
"name": "Mikael Selander",
"email": "[email protected]"
},
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/ciddan/grunt-template-helper.git"
},
"bugs": {
"url": "https://github.com/ciddan/grunt-template-helper/issues"
},
"main": "Gruntfile.js",
"engines": {
"node": "^4.0.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"prettydiff": "1.15.16"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-coffeelint": "~0.0.13",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-coffee": "~0.13.0",
"chai": "~3.4.0",
"coffee-script": "~1.10.0"
},
"_id": "[email protected]",
"_from": "grunt-template-helper0.1.0",
"keywords": [
"gruntplugin",
"grunttemplate",
"wrap",
"template",
"minify",
"html"
]
}