mirror of
https://github.com/Wessel/lumah.git
synced 2026-06-06 03:05:46 +02:00
17 lines
636 B
JSON
17 lines
636 B
JSON
{
|
|
"name": "lumah",
|
|
"version": "0.0.1",
|
|
"description": "🔩 A simple and lightweight testing framework for Node.js",
|
|
"author": "Wessel \"wesselgame\" T <discord@go2it.eu>",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"files": [ "lib", "LICENSE" ],
|
|
"bugs": { "url": "https://www.github.com/PassTheWessel/lumah/issues" },
|
|
"homepage": "https://www.github.com/PassTheWessel/lumah#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://www.github.com/PassTheWessel/lumah"
|
|
},
|
|
"scripts": { "test": "node ./test.js" },
|
|
"keywords": [ "test", "console", "lumah", "testing", "framework", "async", "lightweight" ]
|
|
} |