pbem
Version:
BEM-helper system for Pug (Jade)
43 lines (42 loc) • 898 B
JSON
{
"name": "pbem",
"version": "2.3.2",
"description": "BEM-helper system for Pug (Jade)",
"main": "pbem.js",
"scripts": {
"demo": "node demo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bigslycat/pbem.git"
},
"keywords": [
"BEM",
"Jade",
"Pug",
"helpers"
],
"author": {
"name": "Pavel Tereschenko",
"email": "me@pavlik.pro",
"url": "https://github.com/bigslycat"
},
"license": {
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
},
"bugs": {
"url": "https://github.com/bigslycat/pbem/issues"
},
"homepage": "https://github.com/bigslycat/pbem#readme",
"dependencies": {
"decamelize": "^1.2.0",
"glob": "^7.0.5",
"js-beautify": "^1.6.3",
"pug": "^2.0.0-beta4"
},
"devDependencies": {
"eslint": "^3.1.1",
"eslint-config-google": "^0.6.0"
}
}