UNPKG

eventory

Version:
38 lines (37 loc) 711 B
{ "name": "eventory", "version": "1.1.9", "description": "Event Hub.", "keywords": [ "events", "js6" ], "author": { "name": "Alex Litskevich", "url": "https://github.com/alitskevich" }, "license": "MIT", "scripts": { "test": "mocha --compilers js:babel-register" }, "repository": { "type": "git", "url": "https://github.com/alitskevich/eventhub.git" }, "dependencies": { }, "devDependencies": { "babel-register": "^6.3.13", "babel-preset-es2015": "^6.3.13", "babel-preset-stage-0": "^6.3.13", "chai": "^3.4.1", "mocha": "^2.3.4" }, "main": "./index.es6", "babel": { "presets": [ "es2015", "stage-0" ] } }