mirror of
https://github.com/balkian/CORE19-01_git_cli.git
synced 2024-11-10 13:52:28 +00:00
21 lines
347 B
JSON
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": "*"
|
||
|
}
|
||
|
}
|