/var/www/myprog.com.ua/server/node/node_modules/engine.io
NameSizeModeActions
lib/-0755rm
node_modules/-0755rm
.npmignore660644editdlrm
.travis.yml1000644editdlrm
History.md90010644editdlrm
index.js1050644editdlrm
Makefile4440644editdlrm
package.json11410644editdlrm
README.md182970644editdlrm
Edit: /var/www/myprog.com.ua/server/node/node_modules/engine.io/Makefile (444B)
TESTS = test/*.js BENCHMARKS = $(shell find bench -type f ! -name 'runner.js') REPORTER = dot test: @./node_modules/.bin/mocha \ --reporter $(REPORTER) \ --slow 500ms \ --bail \ --globals ___eio,document \ $(TESTS) test-cov: lib-cov EIO_COV=1 $(MAKE) test REPORTER=html-cov > coverage.html lib-cov: jscoverage --no-highlight lib lib-cov bench: @node $(PROFILEFLAGS) bench/runner.js $(BENCHMARKS) .PHONY: test test-cov bench