endpointjs
Version:
Endpoint.js enables modules within a web application to discover and use each other, whether that be on the same web page, other browser windows and tabs, iframes, servers and web workers in a reactive way by providing robust discovery, execution and stre
46 lines (36 loc) • 607 B
YAML
default:
- build
lint:
- newer:jshint:default
- newer:jscs:default
demo:
- browserify:demo
- browserify:webrtcdemo
- express:demo
- watch:demo
docs:
- clean:docs
- jsdoc:default
- docs-pdf
integration-setup:
- selenium-install
integration:
- selenium-start
- browserify:demo
- express:demo
- mkdir:reports
- webdriver:integration
test:
- mkdir:unit
- karma:unit
plugins:
- browserify:webrtc
- uglify:webrtc
build:
- clear
- clean:default
- lint
- browserify:build
production:
- build
- uglify:default