urchin/packages/package.json

33 lines
868 B
JSON
Raw Normal View History

2013-06-19 23:00:55 +00:00
{
"name": "urchin",
2014-12-08 02:08:00 +00:00
"version": "0.0.5",
2013-06-19 23:00:55 +00:00
"description": "Test framework for shell",
"main": "urchin",
"directories": {
"test": "tests"
},
"scripts": {
2014-11-05 17:15:30 +00:00
"test": "export PATH=\"$PWD:$PATH\" && urchin tests"
2013-06-19 23:00:55 +00:00
},
2013-06-19 23:08:36 +00:00
"bin": "./urchin",
2013-06-19 23:00:55 +00:00
"repository": {
"type": "git",
2022-12-25 10:53:51 +00:00
"url": "https://git.sdf.org/tlevine/urchin"
2013-06-19 23:00:55 +00:00
},
"keywords": [
"shell",
"test",
"testing"
],
2014-11-05 16:53:17 +00:00
"author": "Thomas Levine <_@thomaslevine.com>",
2014-11-06 00:51:14 +00:00
"contributors": [
{"name": "Thomas Levine", "email": "_@thomaslevine.com"},
{"name": "David Jones", "email": "drj@pobox.com"},
{"name": "Francis Irving", "email": "francis@flourish.org"},
2014-12-08 02:08:00 +00:00
{"name": "Zarino Zappia", "email": "mail@zarino.co.uk"},
{"name": "Tom Mortimer-Jones", "email": "tom@morty.co.uk"},
2014-11-06 00:51:14 +00:00
{"name": "Michael Klement", "email": "mklement0@gmail.com"}
],
"license": "BSD"
2013-06-19 23:00:55 +00:00
}