mirror of
https://git.hmsn.ink/kospo/helptalk/api.git
synced 2026-03-20 06:13:35 +09:00
20 lines
384 B
JSON
20 lines
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"
|
|
}
|
|
}
|