Skip to content

Commit 3daf4bc

Browse files
committed
add package.json
1 parent 285d87f commit 3daf4bc

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

package.json

+30
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)