Merge pull request #1255 from tivac/ospec-package

Add package.json to ospec so it can be published
This commit is contained in:
Leo Horie 2016-08-18 12:39:00 -04:00 committed by GitHub
commit 8cbe2dd193

12
ospec/package.json Normal file
View file

@ -0,0 +1,12 @@
{
"name": "ospec",
"version": "1.0.0",
"description": "Noiseless testing framework",
"main": "ospec.js",
"directories": {
"test": "tests"
},
"keywords": [ "testing" ],
"author": "Leo Horie <lhorie@hotmail.com>",
"license": "MIT"
}