-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 970 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": "grunt-ejs-locals",
"description": "A Grunt task for compiling ejs templates with the taste of layouts, blocks and partials.",
"version": "0.1.2",
"homepage": "https://github.com/ixisio/grunt-ejs-locals",
"author": {
"name": "Andreas Klein",
"url": "http://andreasklein.org"
},
"repository": {
"type": "git",
"url": "git://github.com/ixisio/grunt-ejs-locals.git"
},
"bugs": {
"url": "https://github.com/ixisio/grunt-ejs-locals/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ixisio/grunt-ejs-locals/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"ejs": "~1.0.0",
"ejs-locals": "~1.0.2"
},
"devDependencies": {
"grunt": "~0.4.4"
},
"keywords": [
"gruntplugin",
"ejs",
"ejs-locals",
"SSG"
],
"readmeFilename": "README.md",
"_id": "grunt-ejs-locals@0.1.1",
"_from": "grunt-ejs-locals@"
}