test-install:
	npm install jasmine-node -g

install:
	npm install ./

test:
	jasmine-node spec
