urchin/package.json
2014-11-05 17:27:26 +00:00

26 lines
506 B
JSON

{
"name": "urchin",
"version": "0.0.3",
"description": "Test framework for shell",
"main": "urchin",
"directories": {
"test": "tests"
},
"scripts": {
"test": "export PATH=\"$PWD:$PATH\" && urchin tests"
},
"bin": "./urchin",
"repository": {
"type": "git",
"url": "git://github.com/tlevine/urchin.git"
},
"keywords": [
"shell",
"test",
"testing"
],
"author": "Thomas Levine <_@thomaslevine.com>",
"license": "BSD",
"readmeFilename": "readme.md"
}