forked from posthtml/posthtml-include
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 920 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
41
42
{
"name": "posthtml-include",
"version": "1.4.1",
"description": "Include files in HTML",
"license": "MIT",
"author": "Ivan Voischev <[email protected]>",
"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": ">=10"
},
"scripts": {
"test": "nyc ava",
"pretest": "xo",
"preversion": "npm test",
"postversion": "git push && git push --tags"
},
"keywords": [
"html",
"include",
"postproccessor",
"parser",
"transform",
"manipulation"
],
"dependencies": {
"posthtml": "^0.12.0",
"posthtml-expressions": "^1.3.0",
"posthtml-parser": "^0.4.2"
},
"devDependencies": {
"ava": "^3.6.0",
"np": "^6.2.0",
"nyc": "^15.0.1",
"xo": "^0.28.3"
}
}