urchin/package.json

26 lines
506 B
JSON
Raw Normal View History

2013-06-19 23:00:55 +00:00
{
"name": "urchin",
2014-11-05 17:47:01 +00:00
"version": "0.0.4",
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",
2014-11-05 16:53:17 +00:00
"url": "git://github.com/tlevine/urchin.git"
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>",
2013-06-19 23:00:55 +00:00
"license": "BSD",
2014-11-05 17:27:26 +00:00
"readmeFilename": "readme.md"
2013-06-19 23:00:55 +00:00
}