app-bus
Version:
An asynchronous application event bus for javascript designed to work with the pub/sub paradigm.
50 lines (49 loc) • 1.14 kB
JSON
{
"name": "app-bus",
"version": "2.1.1",
"description": "An asynchronous application event bus for javascript designed to work with the pub/sub paradigm.",
"main": "./dist/app-bus.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JoshuaRamirez/AppBus.git"
},
"keywords": [
"Events",
"Pub",
"Sub",
"Publish",
"Subscribe",
"Publications",
"Subscriptions",
"Bus"
],
"author": "Joshua Ramirez <joshuaramirez2048@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/JoshuaRamirez/AppBus/issues"
},
"homepage": "https://github.com/JoshuaRamirez/AppBus#readme",
"devDependencies": {
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.1.10",
"babel-register": "^6.23.0",
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-eslint": "^19.0.0",
"grunt-mocha-test": "^0.13.2",
"load-grunt-tasks": "^3.5.2",
"mocha": "^3.2.0"
},
"standard": {
"parser": "babel-eslint",
"globals": [
"DEV",
"PROD",
"TEST"
]
}
}