mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-08-20 12:58:41 +02:00
Start again
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"name": "mocha",
|
||||
"homepage": "http://mocha.github.io/mocha",
|
||||
"description": "simple, flexible, fun test framework",
|
||||
"authors": [
|
||||
"TJ Holowaychuk <[email protected]>",
|
||||
"Joshua Appelman <[email protected]>",
|
||||
"Oleg Gaidarenko <[email protected]>",
|
||||
"Christoffer Hallas <[email protected]>",
|
||||
"Christopher Hiller <[email protected]>",
|
||||
"Travis Jeffery <[email protected]>",
|
||||
"Johnathan Ong <[email protected]>",
|
||||
"Guillermo Rauch <[email protected]>"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/mochajs/mocha.git"
|
||||
},
|
||||
"main": [
|
||||
"mocha.js",
|
||||
"mocha.css"
|
||||
],
|
||||
"ignore": [
|
||||
"bin",
|
||||
"editors",
|
||||
"images",
|
||||
"lib",
|
||||
"support",
|
||||
"test",
|
||||
".gitignore",
|
||||
".npmignore",
|
||||
".travis.yml",
|
||||
"component.json",
|
||||
"index.js",
|
||||
"Makefile",
|
||||
"package.json"
|
||||
],
|
||||
"keywords": [
|
||||
"mocha",
|
||||
"test",
|
||||
"bdd",
|
||||
"tdd",
|
||||
"tap"
|
||||
],
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user