-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.18 KB
/
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-pug-3",
"version": "1.2.2",
"description": "Gulp plugin for compiling Pug templates using the latest stable version of Pug Template Engine.",
"main": "index.js",
"scripts": {
"lint": "eslint -c .eslintrc.js index.js --fix -o eslint.log -f unix",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/orcunsaltik/gulp-pug-3.git"
},
"keywords": [
"gulp",
"pug",
"jade",
"template",
"templates",
"plugin",
"gulpplugin",
"gulpplugins",
"gulp-plugin",
"gulp-plugins",
"javascript",
"js",
"es6",
"html"
],
"author": "Orçun Saltık <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/orcunsaltik/gulp-pug-3/issues"
},
"homepage": "https://github.com/orcunsaltik/gulp-pug-3#readme",
"dependencies": {
"pug": "^3.0.2",
"through2": "^4.0.2"
},
"devDependencies": {
"eslint": "^7.22.0",
"eslint-plugin-node": "^11.1.0"
},
"engines": {
"node": ">= 10.22.1"
}
}