UNPKG

fling

Version:

JSON Fling is a simple JSON-RPC framework for NodeJS with built-in permissions and support for different transports.

18 lines (13 loc) 310 B
test: install-dev node_modules/mocha/bin/mocha -b -u bdd test/*.test.js install: make clean npm install --production install-dev: ifeq ($(wildcard node_modules/mocha),) make clean npm install endif clean: rm -rf node_modules install-dev .PHONY: test auto-test install install-dev certify-fedex clean