1
0
mirror of https://github.com/balkian/CORE19-01_git_cli.git synced 2024-11-10 13:52:28 +00:00
CORE19-01_git_cli/package.json

21 lines
347 B
JSON
Raw Normal View History

2019-01-28 19:22:55 +00:00
{
"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": "*"
}
}