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.

21 lines
347 B
JSON

{
"name": "mooc_git-entrega1_merge",
"version": "",
"author": "ging",
"license": "AGPL-3.0",
"engines": {
"node": "^8.9.4"
},
"private": true,
"scripts": {
"checks": "node tests/launcher.js"
},
"dependencies": {
"underscore": "*",
"fs-extra": "*",
"mocha": "*",
"chai": "*",
"simple-git": "*"
}
}