File tree Expand file tree Collapse file tree 1 file changed +29
-25
lines changed
Expand file tree Collapse file tree 1 file changed +29
-25
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " css-to-html" ,
3- "version" : " 1.0.0" ,
4- "description" : " Generate HTML documents from CSS." ,
5- "main" : " dist/index.js" ,
6- "types" : " dist/index.d.ts" ,
7- "type" : " module" ,
8- "scripts" : {
9- "test" : " echo \" Error: no test specified\" && exit 1"
10- },
11- "repository" : {
12- "type" : " git" ,
13- "url" : " git+https://github.com/CSS-Canvas/CSS-to-HTML.git"
14- },
15- "keywords" : [
16- " css" ,
17- " html" ,
18- " generator" ,
19- " converter"
20- ],
21- "author" : " Giga" ,
22- "license" : " MIT" ,
23- "bugs" : {
24- "url" : " https://github.com/CSS-Canvas/CSS-to-HTML/issues"
25- },
26- "homepage" : " https://github.com/CSS-Canvas/CSS-to-HTML#readme"
2+ "name" : " css-to-html" ,
3+ "version" : " 1.0.0" ,
4+ "description" : " Generate HTML documents from CSS." ,
5+ "main" : " dist/index.js" ,
6+ "types" : " dist/index.d.ts" ,
7+ "type" : " module" ,
8+ "scripts" : {
9+ "test" : " echo \" Error: no test specified\" && exit 1"
10+ },
11+ "repository" : {
12+ "type" : " git" ,
13+ "url" : " git+https://github.com/CSS-Canvas/CSS-to-HTML.git"
14+ },
15+ "keywords" : [
16+ " css" ,
17+ " html" ,
18+ " generator" ,
19+ " converter"
20+ ],
21+ "author" : {
22+ "name" : " Giga" ,
23+ "email" : " contact@zakweb.dev" ,
24+ "url" : " https://zakweb.dev/"
25+ },
26+ "license" : " MIT" ,
27+ "bugs" : {
28+ "url" : " https://github.com/CSS-Canvas/CSS-to-HTML/issues"
29+ },
30+ "homepage" : " https://github.com/CSS-Canvas/CSS-to-HTML#readme"
2731}
You can’t perform that action at this time.
0 commit comments