UNPKG

991 BJSONView Raw
1{
2 "name": "grunt-nunjucks-2-html",
3 "description": "Grunt task for rendering nunjucks` templates to HTML",
4 "version": "0.2.0",
5 "homepage": "https://github.com/vitkarpov/grunt-nunjucks-2-html",
6 "author": "Viktor Karpov <viktor.s.karpov@gmail.com>",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/vitkarpov/grunt-nunjucks-2-html.git"
10 },
11 "bugs": {
12 "url": "hhttps://github.com/vitkarpov/grunt-nunjucks-2-html/issues"
13 },
14 "licenses": [
15 {
16 "type": "MIT",
17 "url": "https://github.com/vitkarpov/grunt-nunjucks-2-html/blob/master/LICENSE"
18 }
19 ],
20 "main": "Gruntfile.js",
21 "engines": {
22 "node": ">= 0.8.0"
23 },
24 "devDependencies": {
25 "grunt": "~0.4.1",
26 "nunjucks": "~0.1.10"
27 },
28 "peerDependencies": {
29 "grunt": ">=0.4.1",
30 "nunjucks": ">=0.1.10"
31 },
32 "keywords": [
33 "gruntplugin",
34 "nunjucks",
35 "compile"
36 ],
37 "scripts": {
38 "test": "echo \"Error: no test specified\" && exit 1"
39 },
40 "license": "MIT"
41}