UNPKG

beamzer-client

Version:

This wrapper script makes use of the JS polyfill for Server Sent Events OR Server Push

54 lines (53 loc) 1.38 kB
{ "name": "beamzer-client", "version": "0.1.2", "description": "This wrapper script makes use of the JS polyfill for Server Sent Events OR Server Push", "main": "dist/beamzer-client.min.js", "standard": { "globals": [ "describe", "it", "expect" ] }, "dependencies": {}, "devDependencies": { "browserify": "^16.2.3", "jasmine-core": "^3.2.1", "karma": "^3.0.0", "karma-browserify": "^5.3.0", "karma-chrome-launcher": "^2.2.0", "karma-commonjs": "^1.0.0", "karma-coverage": "^1.1.2", "karma-jasmine": "^1.1.2", "karma-phantomjs-launcher": "^1.0.4", "watchify": "^3.11.0", "standard": "^12.0.1" }, "scripts": { "lint": "node ./node_modules/standard/bin/cmd.js \"test/*.spec.js\" --fix", "test": "karma start beamzer.conf.js" }, "repository": { "type": "git", "url": "git+https://github.com/isocroft/beamzer-client.git" }, "keywords": [ "EventSource", "JavaScript", "Mercure", "Protocol", "Server-Push", "Server-Sent", "Events", "Real-Time", "Beamzer", "Notifications" ], "author": "Ifeora Okechukwu", "license": "MIT", "bugs": { "url": "https://github.com/isocroft/beamzer-client/issues" }, "homepage": "https://github.com/isocroft/beamzer-client#readme" }