Skip to content

Commit bb8c1a0

Browse files
committed
Add more attributions
1 parent 9640e2f commit bb8c1a0

File tree

1 file changed

+38
-6
lines changed

1 file changed

+38
-6
lines changed

ATTRIBUTIONS.md

Lines changed: 38 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,20 +70,35 @@ Eve is built using the following technologies generously supplied by their attri
7070

7171
### @types/tape
7272
- TypeScript definitions for tape v4.2.2
73-
- By Bart van der Schoor https://github.com/Bartvds, Haoqun Jiang https://github.com/sodatea.
73+
- By Bart van der Schoor (https://github.com/Bartvds), Haoqun Jiang (https://github.com/sodatea)
7474
- [MIT][MIT] License
7575
- https://www.npmjs.com/package/@types/tape
7676

7777
-------------------------------------------------------------------------------
7878

7979
### @types/ws
8080
- TypeScript definitions for ws
81-
- By Paul Loyd https://github.com/loyd.
81+
- By Paul Loyd (https://github.com/loyd)
8282
- [MIT][MIT] License
8383
- https://www.npmjs.com/package/@types/ws
8484

8585
-------------------------------------------------------------------------------
8686

87+
### @types/codemirror
88+
- TypeScript definitions for codemirror
89+
- By mihailik (https://github.com/mihailik)
90+
- [MIT][MIT] License
91+
- https://github.com/codemirror/CodeMirror
92+
93+
-------------------------------------------------------------------------------
94+
95+
### System.js
96+
- Universal dynamic module loader
97+
- [MIT][MIT] License
98+
- https://github.com/systemjs/systemjs
99+
100+
-------------------------------------------------------------------------------
101+
87102
### body-parser
88103
- Node.js body parsing middleware
89104
- [MIT][MIT] License
@@ -162,18 +177,35 @@ Eve is built using the following technologies generously supplied by their attri
162177

163178
-------------------------------------------------------------------------------
164179

180+
### uuid.js
181+
- Simple, fast generation of RFC4122 UUIDS.
182+
- By Robert Kieffer (https://github.com/broofa)
183+
- [MIT][MIT] License
184+
- https://github.com/broofa/node-uuid
185+
186+
-------------------------------------------------------------------------------
187+
165188
### Codemirror
166-
- By Marijn Haverbeke
189+
- In-browser code editor
190+
- By Marijn Haverbeke (https://github.com/marijnh)
167191
- [MIT][MIT] License
168192
- https://github.com/codemirror/codemirror
169193

170194
-------------------------------------------------------------------------------
171195

172-
### uuid.js
196+
### Simple Scrollbars
197+
- Addon for CodeMirror
198+
- By Marijn Haverbeke (https://github.com/marijnh)
199+
- [MIT][MIT] License
200+
- https://codemirror.net/doc/manual.html#addon_simplescrollbars
173201

174-
- By Robert Kieffer (https://github.com/broofa)
202+
-------------------------------------------------------------------------------
203+
204+
### Annotate Scrollbar
205+
- Addon for CodeMirror
206+
- By Marijn Haverbeke (https://github.com/marijnh)
175207
- [MIT][MIT] License
176-
- https://github.com/broofa/node-uuid
208+
- https://codemirror.net/doc/manual.html#addon_annotatescrollbar
177209

178210
-------------------------------------------------------------------------------
179211

0 commit comments

Comments
 (0)