mirror of
https://git.hmsn.ink/kospo/helptalk/api.git
synced 2026-03-20 18:23:32 +09:00
first
This commit is contained in:
19
sample/dev/talk/bundle/mithril-2.2.2/ospec/package.json
Normal file
19
sample/dev/talk/bundle/mithril-2.2.2/ospec/package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user