mithril
Version:
A framework for building brilliant applications
20 lines (19 loc) • 384 B
JSON
{
"name": "ospec",
"version": "4.0.1",
"description": "Noiseless testing framework",
"main": "ospec.js",
"directories": {
"test": "tests"
},
"keywords": [ "testing" ],
"author": "Leo Horie <leohorie@hotmail.com>",
"license": "MIT",
"bin": {
"ospec": "./bin/ospec"
},
"repository": "MithrilJS/mithril.js",
"dependencies": {
"glob": "^7.1.3"
}
}