forked from gulp-community/gulp-pug
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 736 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 736 Bytes
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
{
"name": "gulp-pug",
"version": "3.3.0",
"description": "Gulp plugin for compiling Pug templates",
"keywords": [
"jade",
"pug",
"gulpplugin",
"stream",
"compile"
],
"repository": "https://github.com/pugjs/gulp-pug.git",
"dependencies": {
"gulp-util": "^3.0.2",
"object-assign": "^4.1.0",
"pug": ">=2.0.0-alpha <3",
"through2": "^2.0.0"
},
"files": [
"index.js",
"LICENSE"
],
"engines": {
"node": ">= 0.10"
},
"scripts": {
"test": "gulp eslint && tap ./test"
},
"license": "MIT",
"devDependencies": {
"eslint-config-google": "^0.5.0",
"eslint-config-xo": "^0.14.1",
"gulp": "^3.8.10",
"gulp-eslint": "^2.0.0",
"tap": "^1.3.1"
}
}