16 lines
338 B
JSON
16 lines
338 B
JSON
{
|
|
"name": "ospec",
|
|
"version": "1.3.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"
|
|
}
|