Make it an npm package!

This commit is contained in:
David Jones 2013-06-20 00:00:55 +01:00
parent 015052dcfd
commit 7536cdfc9f

25
package.json Normal file
View File

@ -0,0 +1,25 @@
{
"name": "urchin",
"version": "0.0.0",
"description": "Test framework for shell",
"main": "urchin",
"directories": {
"test": "tests"
},
"scripts": {
"test": "./urchin tests"
},
"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"
}