Skip to content
This repository was archived by the owner on Sep 28, 2023. It is now read-only.

Commit 3ae4c70

Browse files
author
Asa Schachar
authored
Update README.md
1 parent fdc83d5 commit 3ae4c70

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

README.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,54 @@ app.get('/', function(req, res, next) {
106106
### Contributing
107107

108108
Please see [CONTRIBUTING](CONTRIBUTING.md).
109+
110+
### Credits
111+
112+
This repository includes code from the following open source projects:
113+
114+
body-parser
115+
Copyright (c) 2014 Jonathan Ong <[email protected]>
116+
Copyright (c) 2014-2015 Douglas Christopher Wilson <[email protected]>
117+
License (MIT): https://github.com/expressjs/body-parser
118+
119+
cookie-parser
120+
Copyright (c) 2014 TJ Holowaychuk <[email protected]>
121+
Copyright (c) 2015 Douglas Christopher Wilson <[email protected]>
122+
License (MIT): https://github.com/expressjs/cookie-parser
123+
124+
debug
125+
Copyright (c) 2014 TJ Holowaychuk <[email protected]>
126+
License (MIT): https://github.com/visionmedia/debug
127+
128+
express
129+
Copyright (c) 2009-2014 TJ Holowaychuk <[email protected]>
130+
Copyright (c) 2013-2014 Roman Shtylman <[email protected]>
131+
Copyright (c) 2014-2015 Douglas Christopher Wilson <[email protected]>
132+
License (MIT): https://github.com/expressjs/express
133+
134+
http-errors
135+
Copyright (c) 2014 Jonathan Ong [email protected]
136+
Copyright (c) 2016 Douglas Christopher Wilson [email protected]
137+
License (MIT): https://github.com/jshttp/http-errors
138+
139+
jade
140+
Copyright (c) 2009-2014 TJ Holowaychuk <[email protected]>
141+
License (MIT): https://github.com/dscape/jade
142+
143+
morgan
144+
Copyright (c) 2014 Jonathan Ong <[email protected]>
145+
Copyright (c) 2014-2017 Douglas Christopher Wilson <[email protected]>
146+
License (MIT): https://github.com/expressjs/morgan
147+
148+
### Additional Code
149+
150+
This software may be used with additional code that is separately downloaded by you. These components are subject to their own license terms, which you should review carefully.
151+
152+
request
153+
Copyright (c) 2010-2012 Mikeal Rogers
154+
License (Apache 2.0): https://github.com/request/request
155+
156+
request-promise
157+
Copyright (c) 2017, Nicolai Kamenzky, Ty Abonil, and contributors
158+
License (ISC): https://github.com/request/request-promise
159+

0 commit comments

Comments
 (0)