-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
47 lines (47 loc) · 993 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
43
44
45
46
47
{
"name": "gulp-nunjucks-render",
"version": "2.2.3",
"description": "Render Nunjucks templates with data",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/carlosl/gulp-nunjucks-render"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha --reporter spec"
},
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"nunjucks",
"template",
"templating",
"view",
"render",
"html",
"javascript"
],
"dependencies": {
"lodash": "^4.17.11",
"nunjucks": "^3.2.3",
"plugin-error": "^1.0.1",
"replace-ext": "^2.0.0",
"through2": "^4.0.2"
},
"devDependencies": {
"mocha": "^9.0.0",
"should": "^13.2.3",
"vinyl": "^2.2.1"
},
"readmeFilename": "readme.md",
"bugs": {
"url": "https://github.com/carlosl/gulp-nunjucks-render/issues"
},
"homepage": "https://github.com/carlosl/gulp-nunjucks-render",
"_id": "gulp-nunjucks-render@0.0.1"
}