We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 285d87f commit 3daf4bcCopy full SHA for 3daf4bc
package.json
@@ -0,0 +1,30 @@
1
+{
2
+ "name": "posthtml-parser",
3
+ "version": "0.0.0",
4
+ "description": "Parser for PostHTML",
5
+ "keywords": [
6
+ "html",
7
+ "xml",
8
+ "postproccessor",
9
+ "parser",
10
+ "transform",
11
+ "transformations",
12
+ "preprocessor",
13
+ "processor",
14
+ "posthtml"
15
+ ],
16
+ "main": "index.js",
17
+ "scripts": {
18
+ "test": "echo \"Error: no test specified\" && exit 1"
19
+ },
20
+ "repository": {
21
+ "type": "git",
22
+ "url": "git+https://github.com/voischev/posthtml-parser.git"
23
24
+ "author": "Ivan Voischev <voischev.ivan@ya.ru>",
25
+ "license": "MIT",
26
+ "bugs": {
27
+ "url": "https://github.com/voischev/posthtml-parser/issues"
28
29
+ "homepage": "https://github.com/voischev/posthtml-parser#readme"
30
+}
0 commit comments