Gitignore, added readme, jest for dev
This commit is contained in:
parent
c7c1bb5392
commit
33c6c41e8d
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
node_modules/
|
@ -1,3 +1,7 @@
|
|||||||
# Node HTTP Proxy
|
# Node HTTP Proxy
|
||||||
|
|
||||||
This package is an HTTP proxy, written in Node.js. Spun up on a virtual machine.
|
This package is an HTTP proxy, written in Node.js. Spun up on a virtual machine.
|
||||||
|
|
||||||
|
# Testing
|
||||||
|
|
||||||
|
To test, can either spin up the vagrant instance, or utilize the unit tests.
|
@ -11,5 +11,8 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "^4.16.4"
|
"express": "^4.16.4"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"jest": "^23.6.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user