urchin/package.json

27 lines
535 B
JSON
Raw Normal View History

2013-06-19 19:00:55 -04:00
{
"name": "urchin",
2014-11-05 11:53:17 -05:00
"version": "0.0.3",
2013-06-19 19:00:55 -04:00
"description": "Test framework for shell",
"main": "urchin",
"directories": {
"test": "tests"
},
"scripts": {
"test": "./urchin tests"
},
2013-06-19 19:08:36 -04:00
"bin": "./urchin",
2013-06-19 19:00:55 -04:00
"repository": {
"type": "git",
2014-11-05 11:53:17 -05:00
"url": "git://github.com/tlevine/urchin.git"
2013-06-19 19:00:55 -04:00
},
"keywords": [
"shell",
"test",
"testing"
],
2014-11-05 11:53:17 -05:00
"author": "Thomas Levine <_@thomaslevine.com>",
2013-06-19 19:00:55 -04:00
"license": "BSD",
"readmeFilename": "readme.md",
"gitHead": "015052dcfd7152a0df037bef1bc5452e0c956695"
}