databridge-logger
Version:
aggregate logs from all databridge clients
61 lines (60 loc) • 1.92 kB
JSON
{
"name": "databridge-logger",
"version": "1.1.3",
"description": "aggregate logs from all databridge clients",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./server.js",
"lint": "node ./node_modules/eslint/bin/eslint.js src",
"transpile": "cp -R ./src/* ./lib/ && ./node_modules/babel-cli/bin/babel.js -d lib src/",
"prestart": "npm run transpile",
"prepublishOnly": "npm run transpile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DataBridge/logger.git"
},
"keywords": [
"databridge",
"log"
],
"author": "Guillaume Leclerc <guillaume.leclerc.work@gmail.com>",
"license": "UNLICENCED",
"bugs": {
"url": "https://github.com/DataBridge/logger/issues"
},
"homepage": "https://github.com/DataBridge/logger#readme",
"dependencies": {
"babel-core": "^6.13.2",
"babel-plugin-transform-async-to-generator": "^6.8.0",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.11.6",
"co-body": "^4.2.0",
"jsonschema": "^1.1.0",
"koa": "^2.0.0",
"koa-cors": "0.0.16",
"koa-sslify": "^1.1.0",
"lodash": "^4.15.0",
"mz": "^2.4.0",
"performance-now": "^0.2.0",
"superagent": "^2.2.0",
"uuid": "^2.0.3"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^6.1.2",
"eslint": "^3.3.1",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-flowtype": "^2.11.1",
"eslint-plugin-import": "^1.13.0",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-react": "^6.1.2"
}
}