2013-06-19 19:00:55 -04:00
|
|
|
{
|
|
|
|
"name": "urchin",
|
2014-12-07 21:08:00 -05:00
|
|
|
"version": "0.0.5",
|
2013-06-19 19:00:55 -04:00
|
|
|
"description": "Test framework for shell",
|
|
|
|
"main": "urchin",
|
|
|
|
"directories": {
|
|
|
|
"test": "tests"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2014-11-05 12:15:30 -05:00
|
|
|
"test": "export PATH=\"$PWD:$PATH\" && urchin tests"
|
2013-06-19 19:00:55 -04:00
|
|
|
},
|
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>",
|
2014-11-05 19:51:14 -05:00
|
|
|
"contributors": [
|
|
|
|
{"name": "Thomas Levine", "email": "_@thomaslevine.com"},
|
|
|
|
{"name": "David Jones", "email": "drj@pobox.com"},
|
|
|
|
{"name": "Francis Irving", "email": "francis@flourish.org"},
|
2014-12-07 21:08:00 -05:00
|
|
|
{"name": "Zarino Zappia", "email": "mail@zarino.co.uk"},
|
|
|
|
{"name": "Tom Mortimer-Jones", "email": "tom@morty.co.uk"},
|
2014-11-05 19:51:14 -05:00
|
|
|
{"name": "Michael Klement", "email": "mklement0@gmail.com"}
|
|
|
|
],
|
2014-11-06 22:21:05 -05:00
|
|
|
"license": "BSD"
|
2013-06-19 19:00:55 -04:00
|
|
|
}
|