enb
Version:
Faster BEM/BEViS assembler
100 lines (99 loc) • 2.54 kB
JSON
{
"name": "enb",
"version": "1.5.1",
"description": "Faster BEM/BEViS assembler",
"keywords": [
"enb",
"bem",
"bevis",
"assembler",
"make",
"server"
],
"author": "Marat Dulin <mdevils@yandex.ru>",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/enb/enb/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "git@github.com:enb/enb.git"
},
"homepage": "https://github.com/enb/enb",
"bugs": "https://github.com/enb/enb/issues",
"maintainers": [
{
"name": "Andrew Abramov",
"email": "andrewblond@yandex.com",
"github-username": "blond"
},
{
"name": "Marat Dulin",
"email": "mdevils@yandex.ru",
"github-username": "mdevils"
}
],
"contributors": [
"Andrew Abramov <andrewblond@yandex.com>",
"Marat Dulin <mdevils@yandex.ru>"
],
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"chalk": "1.1.3",
"clear-require": "1.0.1",
"cli-table": "0.3.1",
"commander": "2.9.0",
"connect": "3.5.0",
"enb-async-require": "1.0.1",
"enb-require-or-eval": "1.0.2",
"enb-source-map": "1.9.0",
"glob": "7.1.1",
"inherit": "2.2.6",
"lodash": "4.16.6",
"percentile": "1.1.0",
"pretty-ms": "2.1.0",
"puml-link": "0.0.1",
"rangem": "1.0.2",
"resolve": "1.1.7",
"serve-favicon": "2.3.0",
"serve-static": "1.11.1",
"stack-trace": "0.0.9",
"vow": "0.4.13",
"vow-fs": "0.3.6",
"vow-node": "0.3.0",
"worker-farm": "1.3.1"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"deasync": "^0.1.7",
"istanbul": "^0.4.3",
"jscs": "^3.0.4",
"jshint": "^2.9.2",
"mocha": "^3.0.2",
"mock-enb": "^0.3.2",
"mock-fs": "3.10.0",
"mock-require": "^1.3.0",
"proxyquire": "^1.7.9",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0"
},
"bin": {
"enb": "./bin/enb"
},
"main": "lib/api/index",
"scripts": {
"test": "npm run jshint && npm run check-style && npm run unit-test && npm run tech-test",
"jshint": "jshint .",
"unit-test": "mocha test/lib",
"tech-test": "mocha test/techs",
"build-sample-proj": "node ./bin/enb make -n --graph --dir test/fixtures/sample-project",
"check-style": "jscs lib test",
"coverage": "istanbul cover _mocha -- -R dot test/lib",
"coveralls": "npm i coveralls && istanbul cover _mocha -- -R dot test/lib --report lcovonly && cat ./coverage/lcov.info | coveralls"
}
}