urchin/package.json

27 lines
551 B
JSON
Raw Normal View History

2013-06-19 19:00:55 -04:00
{
"name": "urchin",
2013-07-26 07:53:25 -04:00
"version": "0.0.2",
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",
"url": "git://github.com/scraperwiki/urchin.git"
},
"keywords": [
"shell",
"test",
"testing"
],
"author": "ScraperWiki Limited <feedback@scraperwiki.com>",
"license": "BSD",
"readmeFilename": "readme.md",
"gitHead": "015052dcfd7152a0df037bef1bc5452e0c956695"
}