-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 939 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 939 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "will_kitchell",
"version": "1.0.0",
"description": "Create a TCP Server ======================== To complete this assignment: * fork this repository (the sub module for this specific assignment) * clone down your fork * place all of your work in a folder that is your full name, use `_`s instead of spaces * push back up to your fork * create a pull request back to the original repo * submit a link to the PR in canvas",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/picklekitch/create_a_tcp_server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/picklekitch/create_a_tcp_server/issues"
},
"homepage": "https://github.com/picklekitch/create_a_tcp_server#readme"
}