First version

This commit is contained in:
Senad Uka
2023-07-05 11:02:15 +02:00
parent f21c24b599
commit 8eabf79994
4052 changed files with 723968 additions and 232443 deletions

View File

@@ -0,0 +1,29 @@
{
"name": "css-unit-converter",
"version": "1.1.2",
"description": "Converts CSS values from one unit to another",
"main": "index.js",
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/andyjansson/css-unit-converter.git"
},
"keywords": [
"css",
"value",
"unit",
"converter",
"convert"
],
"author": "Andy Jansson",
"license": "MIT",
"bugs": {
"url": "https://github.com/andyjansson/css-unit-converter/issues"
},
"homepage": "https://github.com/andyjansson/css-unit-converter",
"devDependencies": {
"tape": "^4.6.3"
}
}