UNPKG

integration

Version:

Enterprise integration patterns for JavaScript

53 lines (52 loc) 1.26 kB
{ "name": "integration", "version": "0.3.1", "description": "Enterprise integration patterns for JavaScript", "keywords": ["integration", "message", "channel", "eip", "s2js", "spring", "springsource"], "licenses": [ { "type": "MIT", "url": "http://opensource.org/licenses/MIT" } ], "repositories": [ { "type": "git", "url": "https://github.com/s2js/integration" } ], "bugs": "https://github.com/s2js/integration/issues", "maintainers": [ { "name": "Scott Andrews", "email": "andrewss@vmware.com", "web": "http://twitter.com/scothis" } ], "contributors": [ { "name": "Mark Fisher", "email": "markfisher@vmware.com" } ], "dependencies": { "when": "~1" }, "devDependencies": { "curl": "https://github.com/cujojs/curl/tarball/0.7.2", "poly": "https://github.com/cujojs/poly/tarball/0.5.1", "rest": "~0.8", "when": "~1", "buster": "", "buster-static": "https://github.com/scothis/buster-static/tarball/html5", "jshint": "", "sauce-connect-launcher": "", "wd": "" }, "main": "./integration", "scripts": { "test": "jshint . && buster test -e node --color none --reporter specification", "ci": "npm test && node test/sauce-driver.js", "start": "buster static -e browser" } }