mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
17 lines
341 B
JSON
17 lines
341 B
JSON
{
|
|
"name": "ospec",
|
|
"version": "1.2.3",
|
|
"description": "Noiseless testing framework",
|
|
"main": "ospec.js",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"keywords": [ "testing" ],
|
|
"author": "Leo Horie <lhorie@hotmail.com>",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"ospec": "./bin/ospec"
|
|
},
|
|
"repository": "lhorie/mithril.js#rewrite"
|
|
}
|