UNPKG

bem-cn-lite

Version:

Lite version of the friendly BEM-style class name generator, which is great for React

50 lines (49 loc) 1.06 kB
{ "name": "bem-cn-lite", "version": "4.1.0", "description": "Lite version of the friendly BEM-style class name generator, which is great for React", "main": "lib/index.js", "scripts": { "build": "tsc", "clean": "rm -rf build", "prepublish": "npm run build", "test": "tsc && mocha tests/*-spec.js" }, "author": { "name": "Vladimir Kuznetsov", "email": "mistakster@gmail.com", "url": "https://github.com/mistakster" }, "contributors": [ { "name": "Stanislav Eremenko", "url": "https://github.com/c01nd01r" }, { "name": "Roman Fedorenkov", "url": "https://github.com/SeqviriouM" } ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/mistakster/bem-cn-lite.git" }, "keywords": [ "BEM", "React", "class", "classname", "block", "element", "modifier" ], "dependencies": { "bem-cn": "^3.0.1" }, "devDependencies": { "mocha": "^9.2.0", "should": "^13.2.3", "typescript": "^4.5.5" } }