bemhint-fs-naming
Version:
Plugin for bemhint which finds files written not in BEM notation
35 lines (34 loc) • 730 B
JSON
{
"name": "bemhint-fs-naming",
"version": "1.0.0",
"description": "Plugin for bemhint which finds files written not in BEM notation",
"author": "Eugene Gavryushin <job.egavr@yandex.ru>",
"repository": {
"type": "git",
"url": "git://github.com/bemhint/bemhint-fs-naming.git"
},
"keywords": [
"bemhint",
"plugin",
"fs",
"naming"
],
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"bem-naming": "^1.0.1",
"lodash": "^4.7.0",
"q": "^1.4.1",
"q-io": "^1.13.2"
},
"devDependencies": {
"bemhint": "^0.6.0",
"chai": "^3.5.0",
"mocha": "^2.4.5",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0"
},
"scripts": {
"test": "mocha test/"
}
}