UNPKG

1.04 kBJSONView Raw
1{
2 "name": "gulp-nunjucks-api",
3 "version": "0.6.5",
4 "description": "Render Nunjucks templates with data, custom filters, custom context functions and options for other Nunjucks API features.",
5 "license": "MIT",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/devoptix/gulp-nunjucks-api"
9 },
10 "engines": {
11 "node": ">=0.10.0"
12 },
13 "scripts": {
14 "test": "mocha --reporter spec"
15 },
16 "files": [
17 "index.js",
18 "lib"
19 ],
20 "keywords": [
21 "gulpplugin",
22 "nunjucks",
23 "template",
24 "templating",
25 "view",
26 "render",
27 "html",
28 "javascript"
29 ],
30 "dependencies": {
31 "glob": "^5.0.10",
32 "gulp-util": "~2.2.0",
33 "lodash": "^3.9.3",
34 "nunjucks": "^1.3.4",
35 "require-new": "^1.0.2",
36 "through2": "~0.4.0"
37 },
38 "devDependencies": {
39 "mocha": "^2.1.0",
40 "should": "^5.0.1"
41 },
42 "readmeFilename": "readme.md",
43 "bugs": {
44 "url": "https://github.com/devoptix/gulp-nunjucks-api/issues"
45 },
46 "homepage": "https://github.com/devoptix/gulp-nunjucks-api"
47}