convert-css-length
Version:
Convert between css lengths e.g. em->px or px->rem
44 lines (43 loc) • 1.12 kB
JSON
{
"name": "convert-css-length",
"description": "Convert between css lengths e.g. em->px or px->rem",
"version": "2.0.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/KyleAMathews/convert-css-length/issues"
},
"dependencies": {},
"devDependencies": {
"chai": "^1.10.0",
"coffee-script": "^1.9.0",
"esm": "^3.2.25",
"microbundle": "^0.11.0",
"mocha": "^2.1.0",
"mocha-unfunk-reporter": "^0.4.0",
"prettier": "^1.12.1"
},
"homepage": "https://github.com/KyleAMathews/convert-css-length",
"keywords": [
"css",
"css",
"length",
"convert",
"units",
"sass",
"compass"
],
"license": "MIT",
"source": "src/index.js",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"repository": {
"type": "git",
"url": "https://github.com/KyleAMathews/convert-css-length.git"
},
"scripts": {
"test": "mocha -r esm test/*.js",
"build": "microbundle",
"publish-patch": "npm run build && npm version patch && npm publish",
"format": "prettier --write src/index.js"
}
}