UNPKG

otr

Version:

Off-the-Record Messaging Protocol

19 lines (12 loc) 255 B
# make test TEST=otr TEST=* # make build TASK=otr TASK=default all: lint test lint: ./node_modules/.bin/grunt jshint test: ./node_modules/.bin/mocha -G -R spec test/spec/unit/$(TEST).js build: ./node_modules/.bin/grunt $(TASK) .PHONY: test build