urchin/package.json
Thomas Levine 1f115df222 urchin -sh
2014-11-05 17:18:31 +00:00

27 lines
563 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",
"gitHead": "015052dcfd7152a0df037bef1bc5452e0c956695"
}