bem
Version:
78 lines (77 loc) • 1.83 kB
JSON
{
"name": "bem",
"description": "BEM Tools",
"version": "0.5.30",
"homepage": "http://github.com/bem/bem-tools",
"author": "Sergey Berezhnoy <veged@mail.ru> (http://github.com/veged)",
"maintainers": [
"Sergey Berezhnoy <veged@mail.ru> (http://github.com/veged)",
"Sergey Belov <peimei@ya.ru> (http://github.com/arikon)"
],
"contributors": [
"Sergey Berezhnoy <veged@mail.ru> (http://github.com/veged)",
"Sergey Belov <peimei@ya.ru> (http://github.com/arikon)",
"Varvara Stepanova <toivonen@toivonen.ru> (http://github.com/toivonen)",
"Vladimir Alaev <scf2k4@gmail.com> (http://github.com/scf2k)"
],
"bugs": {
"url": "http://github.com/bem/bem-tools/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/bem/bem-tools.git"
},
"directories": {
"lib": "./lib"
},
"bin": {
"bem": "./bin/bem"
},
"dependencies": {
"coa": "~0.3.8",
"q": "~0.8.10",
"qq": "~0.3.4",
"q-fs": "~0.1.33",
"q-http": "~0.1.16",
"mime": "~1.2.5",
"underscore": "~1.3.1",
"inherit": "~1.0.0",
"xjst": "0.2.21",
"ometajs": "~2.1.10",
"borschik": "~0.2.8",
"apw": "~0.3.9",
"winston": ">= 0.5.0",
"dom-js": "*"
},
"devDependencies": {
"mocha-coverjs": "*",
"mocha": "~1.3.0",
"chai": "~1.0.3",
"coverjs": ">= 0.0.7-alpha"
},
"scripts": {
"test": "make test",
"test-cover": "make test-cover"
},
"engines": {
"node": ">= 0.6.0"
},
"npm2debian": {
"bash-completion": {
"bem": {
"script": "./bin/bem completion"
}
}
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/bem/bem-tools/raw/master/LICENSE"
}
],
"preferGlobal": true,
"publishConfig": {
"tag": "latest"
},
"optionalDependencies": {}
}