UNPKG

vulcain-corejs

Version:
64 lines 1.67 kB
{ "name": "vulcain-corejs", "version": "1.1.88", "description": "Vulcain micro-service framework", "main": "dist/index.js", "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/vulcainjs/vulcain-corejs.git" }, "maintainers": [ "Alain Metge" ], "license": "Apache-2.0", "typings": "dist/index.d.ts", "devDependencies": { "@types/amqplib": "^0.5.0", "@types/chai": "^3.4.34", "@types/express": "^4.0.34", "@types/fast-stats": "0.0.29", "@types/mocha": "^2.2.33", "@types/mongodb": "^2.1.35", "@types/rx": "^2.5.34", "@types/sinon": "^1.16.32", "@types/statsd-client": "^0.1.30", "chai": "^3.5.0", "fs-extra": "^1.0.0", "gulp": "^3.9.0", "gulp-concat": "^2.6.0", "gulp-istanbul": "^1.1.1", "gulp-mocha": "^3.0.1", "gulp-sourcemaps": "^1.8.1", "gulp-tslint": "^7.0.1", "gulp-typedoc": "^2.0.0", "gulp-typescript": "^3.1.3", "merge2": "^1.0.0", "sinon": "^1.17.4", "tslint": "^4.0.1", "typedoc": "^0.5.1", "typescript": "^2.1.4", "typings": "^2.0.0" }, "dependencies": { "amqplib": "^0.5.1", "body-parser": "^1.15.2", "cookie-parser": "^1.4.3", "cors": "^2.8.1", "express": "^4.14.0", "fast-stats": "0.0.3", "jsonwebtoken": "^7.2.1", "moment": "^2.15.1", "mongodb": "^2.2.13", "reflect-metadata": "^0.1.3", "rx": "^4.1.0", "statsd-client": "^0.2.2", "unirest": "^0.5.0", "uuid": "^3.0.1", "validator": "^6.1.0", "zipkin": "^0.5.1", "zipkin-transport-http": "^0.5.1" } }