bem-js
Version:
A small jQuery library that helps to create CSS classes according to the BEM methodology.
41 lines (40 loc) • 1.13 kB
JSON
{
"version": "1.4.4",
"name": "bem-js",
"title": "jQuery.BEM",
"description": "A small jQuery library that helps to create CSS classes according to the BEM methodology.",
"homepage": "https://github.com/eakoryakin/jquery-bem",
"author": {
"name": "Evgenii Koriakin",
"url": "https://github.com/eakoryakin"
},
"license": "(MIT OR Apache-2.0)",
"repository": {
"type": "git",
"url": "https://github.com/eakoryakin/jquery-bem"
},
"keywords": [
"BEM",
"bem",
"methodology",
"javascript",
"jquery-plugin"
],
"bugs": {
"url": "https://github.com/eakoryakin/jquery-bem/issues"
},
"dependencies": {
"jquery": ">=1.4.0"
},
"devDependencies": {
"karma": "0.13.10",
"karma-chrome-launcher": "0.2.0",
"karma-jasmine": "0.3.6",
"jasmine-core": "2.3.4",
"jasmine-jquery": "2.1.1",
"bower": "1.3.9",
"gulp": "3.8.11",
"gulp-concat": "2.5.2",
"gulp-uglify": "1.4.1"
}
}