UNPKG

1.02 kBJSONView Raw
1{
2 "name": "grunt-nunjucks-2-html",
3 "description": "Grunt task for rendering nunjucks` templates to HTML",
4 "version": "0.2.7",
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": "https://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 "engines": {
21 "node": ">= 0.8.0"
22 },
23 "dependencies": {
24 "nunjucks": "^1.1.0",
25 "async": "^0.9.0"
26 },
27 "devDependencies": {
28 "grunt-jscs": "^1.5.0",
29 "expect.js": "^0.3.0"
30 },
31 "peerDependencies": {
32 "grunt": ">=0.4.1"
33 },
34 "keywords": [
35 "gruntplugin",
36 "nunjucks",
37 "compile"
38 ],
39 "scripts": {
40 "test": "grunt jscs && grunt test && node tests/all.js"
41 },
42 "license": "MIT"
43}