-
-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 821 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 821 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
38
39
{
"name": "posthtml-include",
"version": "2.0.1",
"description": "Include files in HTML",
"license": "MIT",
"author": "Ivan Voischev <voischev.ivan@ya.ru>",
"bugs": "https://github.com/posthtml/posthtml-include/issues",
"homepage": "https://github.com/posthtml/posthtml-include",
"repository": "posthtml/posthtml-include",
"main": "lib",
"files": [
"lib"
],
"engines": {
"node": ">=12"
},
"scripts": {
"test": "nyc ava",
"pretest": "xo"
},
"keywords": [
"html",
"include",
"postproccessor",
"parser",
"transform",
"manipulation"
],
"dependencies": {
"posthtml": "^0.16.6",
"posthtml-expressions": "^1.7.1",
"posthtml-parser": "^0.11.0"
},
"devDependencies": {
"ava": "^4.1.0",
"nyc": "^15.1.0",
"xo": "^0.37.1"
}
}