-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 913 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
{
"name": "posthtmlify",
"description": "posthtml transform for documentify",
"version": "0.2.0",
"author": "Renée Kooi <renee@kooi.me>",
"bugs": {
"url": "https://github.com/stackhtml/posthtmlify/issues"
},
"dependencies": {
"posthtml": "^0.11.4",
"through2": "^3.0.1"
},
"devDependencies": {
"assert-html": "^1.1.5",
"concat-stream": "^2.0.0",
"dedent": "^0.7.0",
"documentify": "^3.2.2",
"posthtml-custom-elements": "^1.1.2",
"posthtml-pug": "^1.0.2",
"standard": "^14.0.2",
"tap-spec": "^5.0.0",
"tape": "^4.11.0"
},
"homepage": "https://github.com/stackhtml/posthtmlify#readme",
"keywords": [
"documentify"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/stackhtml/posthtmlify.git"
},
"scripts": {
"test": "standard && tape test/*.js | tap-spec"
}
}