1
0
mirror of https://github.com/balkian/CORE19-01_git_cli.git synced 2024-11-12 22:52:30 +00:00
CORE19-01_git_cli/package.json
2019-01-28 20:22:55 +01:00

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": "*"
}
}