init
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user