-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
38 lines (38 loc) · 849 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
{
"name": "grunt-nunjucks",
"description": "Grunt task for precompiling nunjucks templates",
"version": "0.1.3",
"homepage": "https://github.com/jlongster/nunjucks-grunt",
"author": {
"name": "James Long",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/jlongster/nunjucks-grunt.git"
},
"bugs": {
"url": "https://github.com/jlongster/nunjucks-grunt/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jlongster/nunjucks-grunt/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.5.3"
},
"peerDependencies": {
"grunt": ">=0.4.1",
"nunjucks": "*"
},
"keywords": [
"gruntplugin"
]
}