Add package.json to ospec so it can be published

This commit is contained in:
Pat Cavit 2016-08-18 09:36:57 -07:00
parent 3682a78880
commit 54dc599ca0

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"
}