-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.07 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
{
"name": "php-include-html",
"version": "1.4.6",
"description": "Scan PHP files in Gulp and process include and require statements to inline HTML snippets",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/riklewis/php-include-html.git"
},
"keywords": [
"gulp",
"html",
"include",
"php",
"require",
"gulpplugin"
],
"author": {
"name": "Rik Lewis",
"email": "[email protected]"
},
"homepage": "https://github.com/riklewis/php-include-html",
"bugs": {
"url": "https://github.com/riklewis/php-include-html/issues",
"email": "[email protected]"
},
"license": "MIT",
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.4",
"event-stream": "^4.0.1",
"expect": "^28.1.1",
"gulp-util": "^3.0.8",
"lodash": "^4.17.14",
"lodash.template": "^4.5.0",
"minimist": "^1.2.5",
"mocha": "^10.0.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.0.0",
"sinon": "^14.0.0",
"through2": "^4.0.2"
},
"scripts": {
"test": "nyc mocha --reporter=spec"
}
}