24 lines
521 B
JSON
24 lines
521 B
JSON
|
{
|
||
|
"name": "quizEngine",
|
||
|
"version": "0.0.1",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/emilecok/quizEngine.git"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/emilecok/quizEngine/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/emilecok/quizEngine#readme",
|
||
|
"devDependencies": {
|
||
|
"docsify-cli": "^4.4.3"
|
||
|
}
|
||
|
}
|