kaguranana-birthday-project/node_modules/css-unit-converter/package.json
2021-12-12 18:49:32 -08:00

30 lines
673 B
JSON

{
"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"
}
}