-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
40 lines (40 loc) · 956 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
{
"name": "grunt-nunjucks-2-html",
"version": "3.1.0",
"description": "Grunt task for rendering nunjucks` templates to HTML",
"homepage": "https://github.com/vitkarpov/grunt-nunjucks-2-html",
"author": "Viktor Karpov <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/vitkarpov/grunt-nunjucks-2-html.git"
},
"bugs": {
"url": "https://github.com/vitkarpov/grunt-nunjucks-2-html/issues"
},
"license": "MIT",
"keywords": [
"gruntplugin",
"nunjucks",
"compile"
],
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"chalk": "^1.1.1",
"nunjucks": "^3.0.0"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"expect.js": "^0.3.1",
"grunt": "^1.0.1",
"snazzy": "^7.0.0",
"standard": "^10.0.2"
},
"scripts": {
"test": "standard | snazzy && grunt test && node tests/all.js"
},
"standard": {
"parser": "babel-eslint"
}
}