quaeratomnis
Version:
Distributed messaging in Typescript
44 lines (43 loc) • 970 B
JSON
{
"name": "quaeratomnis",
"version": "1.1.4",
"description": "Distributed messaging in Typescript",
"main": "build/index.js",
"typings": "build/index.d.ts",
"files": [
"build"
],
"directories": {
"example": "examples"
},
"devDependencies": {
"@types/mocha": "^2.2.46",
"@types/sinon": "^4.1.3",
"@types/ws": "^3.2.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"mocha": "^4.0.1",
"should": "^13.1.3",
"sinon": "^4.1.5",
"ts-loader": "^5.2.2",
"ts-node": "^3.3.0",
"tslint": "^5.6.0",
"typescript": "^3.1.2",
"typescript-formatter": "^7.0.0",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2",
"ws": "^3.3.2"
},
"repository": {
"type": "git",
"url": "https://github.com/OzellaFarrell/quaeratomnis.git"
},
"keywords": [
"ts-event-bus",
"debitis",
"quia"
],
"license": "Apache-2.0",
"author": "AnsleyBraun"
}