28 lines
637 B
JSON
28 lines
637 B
JSON
{
|
|
"name": "quizEngine",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"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",
|
|
"webpack": "^5.42.0",
|
|
"webpack-cli": "^4.7.2",
|
|
"webpack-dev-server": "^3.11.2"
|
|
}
|
|
}
|