Merge pull request #1255 from tivac/ospec-package
Add package.json to ospec so it can be published
This commit is contained in:
commit
8cbe2dd193
1 changed files with 12 additions and 0 deletions
12
ospec/package.json
Normal file
12
ospec/package.json
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue