UNPKG

backbone-esnext-events

Version:

Separates 'events' support from Backbone in addition to adding TyphonJS extensions.

55 lines (54 loc) 1.55 kB
{ "name": "backbone-esnext-events", "version": "0.3.5", "homepage": "https://github.com/typhonjs-backbone-esnext/backbone-esnext-events", "description": "Separates 'events' support from Backbone in addition to adding TyphonJS extensions.", "license": "MPL-2.0", "main": "./dist/TyphonEvents", "author": { "name": "typhonrt" }, "maintainers": [ { "name": "typhonrt", "email": "support@typhonjs.io", "url": "https://github.com/typhonrt" } ], "repository": { "type": "git", "url": "https://github.com/typhonjs-backbone-esnext/backbone-esnext-events.git" }, "bugs": { "url": "https://github.com/typhonjs-backbone-esnext/backbone-esnext-events/issues" }, "dependencies": { "babel-runtime": "^6.0.0" }, "devDependencies": { "typhonjs-config-eslint": "^0.5.0", "typhonjs-npm-build-test": "^0.6.0" }, "scripts": { "build": "babel-node ./node_modules/typhonjs-npm-scripts-build-babel/scripts/build.js", "esdoc": "esdoc -c .esdocrc", "eslint": "eslint .", "prepublish": "babel-node ./node_modules/typhonjs-npm-scripts-publish/scripts/prepublish.js", "test": "babel-node ./node_modules/typhonjs-npm-scripts-test-mocha/scripts/mocha.js", "test-coverage": "babel-node ./node_modules/typhonjs-npm-scripts-test-mocha/scripts/mocha-istanbul-report.js" }, "files": [ ".tjsdoc", "dist", "src", ".esdocrc", ".npmscriptrc", "AUTHORS.md" ], "keywords": [ "backbone", "esnext", "events", "eventbus" ] }