bemhint-deps-specification
Version:
Plugin for bemhint which checks *.deps.js to be written by specification
24 lines (23 loc) • 575 B
JSON
{
"name": "bemhint-deps-specification",
"version": "1.0.0",
"description": "Plugin for bemhint which checks *.deps.js to be written by specification",
"author": "Sergey Berezhnoy <veged@ya.ru> (http://github.com/veged)",
"repository": {
"type": "git",
"url": "git://github.com/bemhint/bemhint-deps-specification.git"
},
"keywords": [
"bemhint",
"plugin",
"deps"
],
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"lodash": "^3.10.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}