Also, correct the change logs to be much more consistent between each other and ensure the ospec and stream change logs are linked to from Mithril's primary change log.
23 lines
465 B
JSON
23 lines
465 B
JSON
{
|
|
"name": "ospec",
|
|
"version": "3.1.0",
|
|
"description": "Noiseless testing framework",
|
|
"main": "ospec.js",
|
|
"module": "ospec.mjs",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"keywords": [ "testing" ],
|
|
"author": "Leo Horie <leohorie@hotmail.com>",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"ospec": "./bin/ospec"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "node esm.js"
|
|
},
|
|
"repository": "MithrilJS/mithril.js",
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
}
|
|
}
|