bemhint-plugins-check-file-entity
Version:
37 lines (36 loc) • 806 B
JSON
{
"name": "bemhint-plugins-check-file-entity",
"version": "1.5.2",
"description": "Check file entity",
"repository": {
"type": "git",
"url": "git://github.com/yalovek/bemhint-plugins-check-file-entity.git"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"bem",
"bemhint",
"css",
"less",
"sass",
"scss",
"postcss",
"stylus"
],
"author": "Vadim Yalovenko <yalovek@ya.ru>",
"license": "MIT",
"dependencies": {
"bem-naming": "git+https://github.com/bem/bem-naming.git",
"css": "^2.2.1",
"css-selector-parser": "^1.1.0",
"less": "^2.6.0",
"lodash": "^3.10.1",
"node-sass": "^3.4.2",
"postcss": "^5.0.14",
"q": "^1.4.1",
"stylus": "^0.52.4"
}
}