File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments