-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathjs-libraries.json
274 lines (274 loc) · 10.3 KB
/
js-libraries.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
{
"source": "https://github.com/abhijeetkpawar/lifeofjs",
"name": "js-libraries.json",
"type": "library",
"collection": [{
"name": "JQuery",
"url": "http://jquery.com/",
"source": "https://github.com/jquery/jquery"
}, {
"name": "JQuery UI",
"url": "http://jqueryui.com/",
"source": "https://github.com/jquery/jquery-ui",
"tags": "ui"
}, {
"name": "Bootstrap",
"url": "http://getbootstrap.com/",
"source": "https://github.com/twbs/bootstrap",
"tags": "ui"
}, {
"name": "Foundation",
"url": "http://foundation.zurb.com/",
"source": "https://github.com/zurb/foundation",
"tags": "ui"
}, {
"name": "jQuery Tools",
"url": "http://jquerytools.org/",
"source": "https://github.com/jquerytools/jquerytools",
"tags": "ui"
}, {
"name": "Socket.IO",
"url": "http://socket.io/",
"source": "https://github.com/learnboost/socket.io",
"desc": "Realtime application framework for Node.JS, with HTML5 WebSockets and cross-browser fallbacks support."
}, {
"name": "Modernizr",
"url": "http://modernizr.com/",
"source": "https://github.com/Modernizr/Modernizr",
"desc": "A JavaScript library that detects HTML5 and CSS3 features in the user's browser"
}, {
"name": "Underscore JS",
"url": "http://underscorejs.org/",
"source": "https://github.com/jashkenas/underscore",
"desc": "A utility-belt library for JavaScript that provides support for the usual functional suspects (each, map, reduce, filter...) without extending any core JavaScript objects."
}, {
"name": "Backbone.js",
"url": "http://backbonejs.org/",
"source": "https://github.com/jashkenas/backbone/"
}, {
"name": "Marionette",
"url": "http://marionettejs.com/",
"source": "https://github.com/marionettejs/backbone.marionette",
"desc": "A composite application library for Backbone.js that aims to simplify the construction of large scale JavaScript applications"
}, {
"name": "Knockout JS",
"url": "http://knockoutjs.com/",
"source": "https://github.com/knockout/knockout",
"desc": "Simplify dynamic JavaScript UIs by applying the Model-View-View Model (MVVM) pattern"
}, {
"name": "CanJS",
"url": "http://canjs.com/",
"source": "https://github.com/bitovi/canjs",
"desc": "REST-persistable models, basic routing, string-based templating"
}, {
"name": "Spine",
"url": "http://spinejs.com/",
"source": "https://github.com/spine/spine",
"desc": "Lightweight MVC library. It is kind of modified clone of Backbone (hence the name)"
}, {
"name": "Hogan.js",
"url": "http://twitter.github.io/hogan.js/",
"source": "https://github.com/twitter/hogan.js",
"desc": "JavaScript templating from Twitter",
"tags": "templating"
}, {
"name": "Mustache",
"url": "http://mustache.github.io/",
"source": "https://github.com/janl/mustache.js/",
"desc": "Logic-less templates with JavaScript",
"tags": "templating"
}, {
"name": "Handlebars",
"url": "http://handlebarsjs.com/",
"source": "http://github.com/wycats/handlebars.js/",
"tags": "templating"
}, {
"name": "Dust",
"url": "http://akdubya.github.io/dustjs/",
"source": "https://github.com/akdubya/dustjs",
"desc": "Dust is a JavaScript templating engine designed to provide a clean separation between presentation and logic without sacrificing ease of use",
"tags": "templating"
}, {
"name": "doT.js",
"url": "http://olado.github.io/doT/",
"source": "https://github.com/olado/doT",
"desc": "concise javascript template engine for Node.js and browsers",
"tags": "templating"
}, {
"name": "EJS (EmbeddedJS)",
"url": "http://embeddedjs.com/",
"source": "http://code.google.com/p/embeddedjavascript/source/checkout",
"desc": "concise javascript template engine for Node.js and browsers",
"tags": "templating"
}, {
"name": "Chai",
"url": "http://chaijs.com/",
"source": "https://github.com/chaijs/chai",
"desc": "BDD / TDD assertion library for node and the browser",
"tags": "testing"
}, {
"name": "RequireJS",
"url": "http://requirejs.org/",
"source": "https://github.com/jrburke/requirejs",
"desc": "A file and module loader for JavaScript"
}, {
"name": "Impress JS",
"url": "http://bartaz.github.io/impress.js/",
"source": "https://github.com/bartaz/impress.js/"
}, {
"name": "MouseTrap",
"url": "http://craig.is/killing/mice",
"source": "https://github.com/ccampbell/mousetrap",
"desc": "Simple library for handling keyboard shortcuts in Javascript"
}, {
"name": "SJCL - Stanford Javascript Crypto Library",
"url": "http://crypto.stanford.edu/sjcl/",
"source": "https://github.com/bitwiseshiftleft/sjcl",
"desc": "A secure, powerful, fast, small, easy-to-use, cross-browser library for cryptography in Javascript"
}, {
"name": "XDomain",
"url": "http://jpillora.com/xdomain/",
"source": "https://github.com/jpillora/xdomain",
"desc": "A pure JavaScript CORS alternative"
}, {
"name": "Esprima",
"url": "http://esprima.org/",
"source": "https://github.com/ariya/esprima",
"desc": "ECMAScript parsing infrastructure for multipurpose analysis"
}, {
"name": "BenchmarkJS",
"url": "http://benchmarkjs.com/",
"source": "https://github.com/bestiejs/benchmark.js",
"desc": "A Benchmarking library"
}, {
"name": "Bonsai",
"url": "http://bonsaijs.org/",
"source": "https://github.com/uxebu/bonsai",
"desc": "A graphics library and renderer"
}, {
"name": "es5-shim",
"url": "https://github.com/kriskowal/es5-shim",
"source": "https://github.com/kriskowal/es5-shim",
"desc": "ECMAScript 5 compatibility shims for legacy JavaScript engines"
}, {
"name": "EverCookie",
"url": "http://samy.pl/evercookie/",
"source": "https://github.com/samyk/evercookie",
"desc": "An API that produces extremely persistent cookies in a browser. Its goal is to identify a client even after they've removed standard cookies, Flash cookies (Local Shared Objects or LSOs), and others."
}, {
"name": "MathJS",
"url": "http://mathjs.org/",
"source": "https://github.com/josdejong/mathjs",
"desc": "An extensive math library for JavaScript and Node.js"
}, {
"name": "Lo-Dash",
"url": "http://lodash.com/",
"source": "https://github.com/lodash/lodash",
"desc": "A utility library delivering consistency, customization, performance, and extras"
}, {
"name": "TogetherJS",
"url": "https://togetherjs.com",
"source": "https://github.com/mozilla/togetherjs",
"desc": "A service for your website that makes it surprisingly easy to collaborate in real-time"
}, {
"name": "Rainbow",
"url": "http://craig.is/making/rainbows/",
"source": "https://github.com/ccampbell/rainbow",
"desc": "Simple syntax highlighting library written in javascript"
}, {
"name": "Highlight.js",
"url": "http://softwaremaniacs.org/soft/highlight/en/",
"source": "https://github.com/isagalaev/highlight.js",
"desc": "Javascript Syntax highlighter - knows 54 languages and is bundled with 26 style themes"
}, {
"name": "SignalR",
"url": "http://signalr.net/",
"source": "https://github.com/SignalR/SignalR",
"desc": "Incredibly simple real-time web for .NET"
}, {
"name": "Three.js",
"url": "http://threejs.org/",
"source": "https://github.com/mrdoob/three.js",
"desc": "Lightweight 3D library with a very low level of complexity"
}, {
"name": "Q",
"url": "http://documentup.com/kriskowal/q/",
"source": "https://github.com/kriskowal/q",
"desc": "A tool for making and composing asynchronous promises in JavaScript"
}, {
"name": "Chosen",
"url": "http://harvesthq.github.io/chosen/",
"source": "https://github.com/harvesthq/chosen",
"desc": "Chosen is a library for making long, unwieldy select boxes more friendly"
}, {
"name": "pdf.js",
"url": "https://github.com/mozilla/pdf.js",
"source": "https://github.com/mozilla/pdf.js",
"desc": "PDF Reader in JavaScript"
}, {
"name": "FastClick",
"url": "http://ftlabs.github.io/fastclick/",
"source": "https://github.com/ftlabs/fastclick",
"desc": "Polyfill to remove click delays on browsers with touch UIs"
}, {
"name": "Hammer.js",
"url": "http://eightmedia.github.io/hammer.js/",
"source": "https://github.com/EightMedia/hammer.js/",
"desc": "A JavaScript library for multi-touch gestures."
}, {
"name": "Chart.js",
"url": "http://www.chartjs.org/",
"source": "https://github.com/nnnick/Chart.js",
"desc": "Easy, object oriented client side HTML5 Charts (using the <canvas> tag) for designers and developers"
}, {
"name": "CryptoJS",
"url": "https://code.google.com/p/crypto-js/",
"source": "https://code.google.com/p/crypto-js/source/checkout",
"desc": "A growing collection of standard and secure cryptographic algorithms implemented in JavaScript"
}, {
"name": "Passport JS",
"url": "http://passportjs.org/",
"source": "https://github.com/jaredhanson/passport",
"desc": "Simple, unobtrusive, Express-compatible authentication middleware for Node.js."
}, {
"name": "DropzoneJS",
"url": "http://www.dropzonejs.com/",
"source": "https://github.com/enyo/dropzone",
"desc": "Open source library that provides drag-n-drop file uploads with image previews"
}, {
"name": "Sweet.js",
"url": "http://sweetjs.org/",
"source": "https://github.com/mozilla/sweet.js",
"desc": "Brings the macros of languages like Scheme and Rust to JavaScript. Macros allows to sweeten the syntax of JavaScript and craft the language as required"
}, {
"name": "Intro.js",
"url": "http://usablica.github.com/intro.js/",
"source": "https://github.com/usablica/intro.js",
"desc": "A library to provide introductions for websites and features with a step-by-step guide."
}, {
"name": "Brain - Neural networks",
"url": "http://harthur.github.io/brain/",
"source": "https://github.com/harthur/brain",
"desc": "A neural network library in JavaScript"
}, {
"name": "MooTools",
"url": "http://mootools.net/",
"source": "https://github.com/mootools/mootools-core",
"desc": "A compact, modular, Object-Oriented JavaScript framework"
}, {
"name": "React",
"url": "https://reactjs.org/",
"source": "https://github.com/facebook/react",
"desc": "A JavaScript library for building user interfaces"
}, {
"name": "Day JS",
"url": "https://github.com/iamkun/dayjs",
"source": "https://github.com/iamkun/dayjs",
"desc": "2KB immutable date library alternative to Moment.js with the same modern API"
}, {
"name": "Blueprint",
"url": "https://blueprintjs.com/",
"source": "https://github.com/palantir/blueprint",
"desc": "A React-based UI toolkit for the web"
}]
}