You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
605 B
JSON

{
"name": "quiz",
"version": "1.0.0",
"description": "Practica Quiz",
"main": "main.js",
"scripts": {
"start": "node main.js",
"checks": "node tests/launcher.js",
"zip": "node tests/compress.js mooc_node-mod5_quiz_cmd"
},
"private": true,
"keywords": [
"CORE",
"QUIT"
],
"author": "ging",
"license": "Unlicense",
"dependencies": {
"underscore": "^1.8.3",
"fs-extra": "^6.0.1",
"archiver": "^3.0.0",
"mocha": "^5.2.0",
"chai": "^4.1.2",
"chalk": "^2.3.0",
"figlet": "^1.2.0",
"sequelize": "^4.32.7",
"sqlite3": "^4.0.4"
}
}