mlcl_log
Version:
molecuel CMS - logging module
63 lines (62 loc) • 1.45 kB
JSON
{
"name": "mlcl_log",
"version": "0.9.6",
"dependencies": {
"async": ">=0.0.1",
"lodash": "^4.0.0",
"winston": "^2.4.0",
"xtend": ">=0.0.1"
},
"engines": {
"node": ">=4.0.0"
},
"directories": {
"test": "test"
},
"keywords": [
"molecuel",
"logging",
"cms"
],
"devDependencies": {
"mocha": "*",
"should": ">= 0.0.1",
"assert": ">=0.0.1",
"mlcl_elastic": ">=0.0.1",
"mlcl_queue": ">=0.0.1",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-plumber": "^1.1.0",
"gulp-tsconfig-files": "^0.2.5",
"gulp-tslint": "^4.3.2",
"gulp-typescript": "^2.12.0",
"gulp-util": "^3.0.7",
"gulpclass": "0.0.8",
"merge2": "^1.0.1",
"tslint": "^3.5.0",
"tslint-stylish": "^2.1.0-beta",
"typescript": "^1.8.2"
},
"scripts": {
"test": "mocha -R spec"
},
"description": "molecuel CMS - logging module",
"main": "dist/index.js",
"typings": "definitions/index.d.ts",
"repository": {
"type": "git",
"url": "git://github.com/molecuel/mlcl_log.git"
},
"author": "Dominic Böttger <Dominic.Boettger@inspirationlabs.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/molecuel/mlcl_log/issues"
},
"homepage": "https://github.com/molecuel/mlcl_log",
"devconfig": {
"paths": {
"source": "src/**/*.ts",
"dist": "dist/"
}
}
}