This commit is contained in:
David
2019-06-14 12:26:08 -07:00
commit 7f2f4661c7
5 changed files with 2047 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "challenge-git",
"version": "1.0.0",
"description": "A Git Challenge",
"main": "index.js",
"scripts": {
"start": "node server.js",
"test": "node test.js"
},
"keywords": [],
"license": "MIT",
"devDependencies": {
"get-port-sync": "^1.0.0",
"jsonist": "^2.1.0",
"standard": "^12.0.1",
"tape": "^4.10.2"
}
}