@bruitt/classnames
Version:
A simple utility to manage CSS modules with SUIT CSS -like naming conventions on React
41 lines (40 loc) • 935 B
JSON
{
"name": "@bruitt/classnames",
"version": "2.0.4",
"description": "A simple utility to manage CSS modules with SUIT CSS -like naming conventions on React",
"source": "src/index.js",
"main": "dist/classnames.js",
"module": "dist/classnames.module.js",
"scripts": {
"build": "microbundle",
"test": "mocha test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/bruitt/classnames.git"
},
"keywords": [
"bruitt",
"suitcss",
"cssmodules",
"classname",
"component",
"css",
"react",
"utility"
],
"author": "Pavel Pertsev <morhetz@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bruitt/classnames/issues"
},
"homepage": "https://github.com/bruitt/classnames#readme",
"devDependencies": {
"microbundle": "^0.11.0",
"mocha": "^3.0.2",
"prettier": "^2.0.5"
},
"dependencies": {
"ramda": "^0.22.1"
}
}