style-builder
Version:
JavaScript Utility to convert shorthand CSS properties into subcomponents
40 lines (39 loc) • 916 B
JSON
{
"name": "style-builder",
"version": "1.0.13",
"description": "JavaScript Utility to convert shorthand CSS properties into subcomponents",
"main": "dist/StyleBuilder.js",
"scripts": {
"build": "gulp build",
"test": "jest",
"release": "gulp release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ActionIQ/style-builder.git"
},
"author": "actioniq",
"license": "ISC",
"bugs": {
"url": "https://github.com/ActionIQ/style-builder/issues"
},
"homepage": "https://github.com/ActionIQ/style-builder#readme",
"devDependencies": {
"babel-jest": "*",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"jest-cli": "^0.5.10"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest"
},
"dependencies": {
"object-assign": "^4.0.1"
},
"keywords": [
"react",
"javascript",
"css",
"inline-styles"
]
}