12 lines
253 B
JSON
12 lines
253 B
JSON
{
|
|
"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"
|
|
}
|