Skip to content

Commit 04d0755

Browse files
Added package.json
1 parent 5f1da20 commit 04d0755

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

package.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "css-to-html",
3+
"version": "1.0.0",
4+
"author": "Ulyanov Ivan",
5+
"description": "The library for converting CSS to HTML",
6+
"main": "index.js",
7+
"scripts": {},
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/Ulyanov-programmer/css-to-html"
11+
},
12+
"homepage": "https://github.com/Ulyanov-programmer/css-to-html",
13+
"bugs": {
14+
"url": "https://github.com/Ulyanov-programmer/css-to-html/issues"
15+
},
16+
"keywords": [
17+
"css",
18+
"html",
19+
"css-to-html",
20+
"js",
21+
"library",
22+
"converter",
23+
"node"
24+
],
25+
"dependencies": {
26+
"fs-extra": "^11.2.0",
27+
"js-beautify": "^1.15.1",
28+
"@adobe/css-tools": "^4.4.0",
29+
"css-selector-parser": "^3.0.5"
30+
},
31+
"license": "ISC"
32+
}

0 commit comments

Comments
 (0)