bem-like-class-list
Version:
A tool for creating class-lists for addressing DOM elements using a bem-like syntax.
26 lines (25 loc) • 634 B
JSON
{
"name": "bem-like-class-list",
"version": "0.0.1",
"description": "A tool for creating class-lists for addressing DOM elements using a bem-like syntax.",
"main": "index.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/andrew-filonenko/bem-like-class-list.git"
},
"keywords": [
"bem",
"react",
"class-list",
"css"
],
"author": "Andrey Filonenko",
"license": "ISC",
"bugs": {
"url": "https://github.com/andrew-filonenko/bem-like-class-list/issues"
},
"homepage": "https://github.com/andrew-filonenko/bem-like-class-list"
}