{ "name": "urchin", "version": "0.0.5", "description": "Test framework for shell", "main": "urchin", "directories": { "test": "tests" }, "scripts": { "test": "export PATH=\"$PWD:$PATH\" && urchin tests" }, "bin": "./urchin", "repository": { "type": "git", "url": "https://git.sdf.org/tlevine/urchin" }, "keywords": [ "shell", "test", "testing" ], "author": "Thomas Levine <_@thomaslevine.com>", "contributors": [ {"name": "Thomas Levine", "email": "_@thomaslevine.com"}, {"name": "David Jones", "email": "drj@pobox.com"}, {"name": "Francis Irving", "email": "francis@flourish.org"}, {"name": "Zarino Zappia", "email": "mail@zarino.co.uk"}, {"name": "Tom Mortimer-Jones", "email": "tom@morty.co.uk"}, {"name": "Michael Klement", "email": "mklement0@gmail.com"} ], "license": "BSD" }