UNPKG

chronosjs

Version:

JS Channels Mechanism

70 lines (69 loc) 1.56 kB
{ "name": "chronosjs", "description": "JS Channels Mechanism", "version": "0.1.0", "author": { "name": "LivePersonInc", "email": "fe-infra-lp@liveperson.com" }, "contributors": [ { "name": "Michael Dimenshtein", "email": "michaeld@liveperson.com" }, { "name": "Itai Koren", "email": "itaik@liveperson.com" } ], "dependencies": { "cacherjs": "~0.1.0", "circuit-breakerjs": "~0.0.5" }, "devDependencies": { "body-parser": "~1.17.2", "chai": "~4.0.1", "grunt": "~1.0.1", "grunt-available-tasks": "~0.6.3", "grunt-concat-in-order": "~0.2.6", "grunt-contrib-concat": "~1.0.1", "grunt-contrib-connect": "~1.0.2", "grunt-contrib-jshint": "~1.1.0", "grunt-contrib-uglify": "^3.0.1", "grunt-env": "~0.4.4", "grunt-istanbul": "~0.7.2", "grunt-mocha": "~1.0.4", "grunt-node-version": "~1.0.2", "grunt-replace": "~1.0.1", "grunt-simple-mocha": "~0.4.1", "load-grunt-config": "~0.19.2", "mkdirp": "~0.5.1", "mocha": "~3.4.2", "requirejs": "~2.3.3", "sinon": "~2.3.2", "time-grunt": "~1.4.0" }, "repository": { "type": "git", "url": "https://github.com/LivePersonInc/chronosjs/" }, "keywords": [ "liveperson", "events", "commands", "request", "response", "courier", "postmessage", "chronos" ], "main": "./Chronos.js", "engines": { "node": ">=4.3.1", "npm": ">=1.4" }, "scripts": { "test": "grunt default --verbose" }, "license": "MIT" }