forked from LeaVerou/markapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
135 lines (135 loc) · 4.62 KB
/
data.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
{
"library": [
{
"name": "AMP",
"author": "ampproject",
"url": "https://ampproject.org",
"image": "https://www.ampproject.org/static/img/logo-blue.svg",
"description": "Fast and responsive custom elements as part of a larger spec to build content pages easily.",
"github": "ampproject/amphtml"
},
{
"name": "Awesomplete",
"author": "leaverou",
"url": "http://leaverou.github.io/awesomplete",
"description": "Simple, flexible autocomplete widget",
"github": "leaverou/awesomplete"
},
{
"name": "Bootstrap",
"author": "Twitter",
"image": "https://pbs.twimg.com/profile_images/378800000195279414/f8404a9d719c7ffce1478ba1a50036f9.png",
"url": "http://getbootstrap.com/",
"description": "Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.",
"github": "twbs/bootstrap"
},
{
"name": "Dropzone",
"author": "enyo",
"url": "http://www.dropzonejs.com",
"image": "http://www.dropzonejs.com/favicons/favicon-192x192.png",
"description": "An open source library that provides drag’n’drop file uploads with image previews.",
"github": "enyo/dropzone"
},
{
"name": "eqcss",
"author": "Tommy Hodgins & Maxime Euziere",
"url": "http://elementqueries.com",
"image": "https://raw.githubusercontent.com/eqcss/eqcss/gh-pages/eqcss-logo.png",
"description": "A CSS extension for element queries, scoped styles, & special selectors like $parent and $this",
"github": "eqcss/eqcss"
},
{
"name": "Flickity",
"author": "metafizzy",
"url": "http://flickity.metafizzy.co",
"image": "https://cdn.css-tricks.com/wp-content/uploads/2015/03/flickity.gif",
"description": "Touch, responsive, flickable carousels",
"github": "metafizzy/flickity"
},
{
"name": "Fotorama",
"author": "artpolikarpov",
"url": "http://fotorama.io",
"description": "A simple, stunning, powerful jQuery gallery.",
"github": "artpolikarpov/fotorama"
},
{
"name": "Gridnav",
"author": "Christian Heilmann",
"url": "https://github.com/codepo8/gridnav/",
"image": "https://github.com/codepo8/gridnav/raw/master/images/grid.gif",
"description": "Navigating a list in a 2D manner instead of just forward and backward.",
"github": "codepo8/gridnav"
},
{
"name": "Intercooler",
"author": "LeadDyno",
"url": "http://intercoolerjs.org/",
"image": "https://raw.githubusercontent.com/LeadDyno/intercooler-js/master/www/images/Intercooler_CMYK.png",
"description": "AJAX With Attributes: There is no need to be complex",
"github": "LeadDyno/intercooler-js"
},
{
"name": "Packery",
"author": "metafizzy",
"url": "http://packery.metafizzy.co",
"image": "http://i.imgur.com/q5eFssu.jpg",
"description": "Gapless, draggable grid layouts",
"github": "metafizzy/packery"
},
{
"name": "Parsley",
"author": "guillaumepotier",
"url": "http://parsleyjs.org",
"description": "Validate your forms, frontend, without writing a single line of javascript",
"github": "guillaumepotier/Parsley.js"
},
{
"name": "PrismJS",
"author": "leaverou",
"url": "http://prismjs.com",
"image": "https://avatars0.githubusercontent.com/u/11140484",
"description": "Beautiful, standards-compliant syntax highlighter with support for over 100 languages.",
"github": "prismjs/prism"
},
{
"name": "Shower",
"author": "pepelsbey",
"url": "https://shwr.me",
"image": "https://avatars2.githubusercontent.com/u/2495549?v=3&s=200",
"description": "HTML presentation engine",
"github": "shower/shower"
},
{
"name": "Sorttable",
"author": "stuartlangridge",
"url": "http://www.kryogenix.org/code/browser/sorttable",
"description": "Make your tables sortable",
"github": "stuartlangridge/sorttable"
},
{
"name": "Stretchy",
"author": "leaverou",
"url": "https://leaverou.github.io/stretchy",
"image": "http://lea.verou.me/wp-content/uploads/2015/07/Screen-Shot-2015-07-25-at-18.40.13--300x204.png",
"description": "Form element autosizing, the way it should be.",
"github": "leaverou/stretchy"
},
{
"name": "tabbed-panels",
"author": "Daniel-Hug",
"url": "https://github.com/Daniel-Hug/tabbed-panels#tabbed-panels-demo",
"image": "http://daniel-hug.github.io/tabbed-panels/tabbed-panels-screenshot.png",
"description": "A declarative tabbed panels JS module",
"github": "Daniel-Hug/tabbed-panels"
},
{
"name": "togglr",
"author": "stefanoio",
"url": "https://github.com/stefanoio/togglr",
"description": "Add/remove/toggle classes on specific targets on user input (click).",
"github": "stefanoio/togglr"
}
]
}