style-to-css
Version:
Convert a style object to CSS
46 lines (45 loc) • 1.17 kB
JSON
{
"name": "style-to-css",
"description": "Convert a style object to CSS",
"jsnext:main": "dist/next.js",
"main": "dist/cjs.js",
"scripts": {
"bundle": "rollup -c .rollup/cjs.js && rollup -c .rollup/next.js",
"prepublish": "npm run bundle",
"test": "rollup -c .rollup/cjs.js && node index-test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UXtemple/style-to-css.git"
},
"keywords": [
"convert",
"style",
"object",
"css",
"uxtemple"
],
"author": "UXtemple <hi@uxtemple.com>",
"contributors": [
"Darío Javier Cravero <dario@uxtemple.com>",
"Tom Parandyk <tom@uxtemple.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/UXtemple/style-to-css/issues"
},
"homepage": "https://github.com/UXtemple/style-to-css#readme",
"devDependencies": {
"babel": "^6.3.13",
"babel-cli": "^6.3.17",
"babel-plugin-external-helpers": "^6.4.0",
"babel-preset-es2015-rollup": "^1.1.1",
"rollup": "0.25.1",
"rollup-plugin-babel": "^2.3.9",
"tape": "^4.4.0"
},
"dependencies": {
"to-slug-case": "^1.0.0"
},
"version": "1.0.3"
}