easy-bem
Version:
Easy BEM class name generator
35 lines (34 loc) • 689 B
JSON
{
"name": "easy-bem",
"version": "1.1.1",
"description": "Easy BEM class name generator",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"types": "types/index.d.ts",
"files": [
"index.js",
"types/index.d.ts"
],
"contributors": [
"Vitaliy Green",
"Norserium"
],
"license": "MIT",
"keywords": [
"react",
"bem"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Norserium/easy-bem.git"
},
"bugs": {
"url": "https://github.com/Norserium/easy-bem/issues"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0"
}
}