-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 937 Bytes
/
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
{
"name": "renderer",
"description": "Returns a promise with a rendered handlebars file or renders template to a file",
"version": "0.1.5",
"homepage": "https://github.com/tuxracer/renderer",
"author": {
"name": "Derek Petersen",
"email": "tuxracer@gmail.com",
"url": "https://github.com/tuxracer"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/tuxracer/renderer.git"
},
"bugs": {
"url": "https://github.com/tuxracer/renderer/issues"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"coffee-script": "~1.7.1",
"handlebars": "~1.3.0",
"q": "~1.0.0",
"fs-extra": "~0.8.1"
},
"keywords": [
"template",
"render",
"handlebars",
"file"
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-nodeunit": "~0.2.0"
}
}