This repository has been archived by the owner on Mar 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathregistry.json
106 lines (106 loc) · 3.2 KB
/
registry.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
{ "labels": ["utilities", "flyd", "ui-component", "core", "build-tool"]
, "packages": [
{
"github": "ramda/ramda"
, "npm": "ramda"
, "labels": ["utilities", "core"]
, "desc": "A practical functional library for Javascript programmers."
}
, {
"github": "paldepind/flyd"
, "npm": "flyd"
, "labels": ["utilities", "flyd", "core"]
, "desc": "The minimalistic but powerful, modular, functional reactive programming library in JavaScript."
}
, {
"github": "paldepind/snabbdom"
, "npm": "snabbdom"
, "labels": ["utilities", "core"]
, "desc": "A virtual DOM library with focus on simplicity, modularity, powerful features and performance."
}
, {
"github": "jayrbolton/flimflam-render"
, "npm": "flimflam-render"
, "labels": ["utilites", "core"]
, "desc": "Efficiently render/diff/patch flimflam UI modules to the page"
}
, {
"github": "flimflamjs/ff-core"
, "npm": "ff-core"
, "labels": ["ui-component", "core"]
, "desc": "Core UI components: modals, tooltips, wizards, buttons, navigation, form validation, autocomplete, confirmation."
}
, {
"github": "jayrbolton/flyd-ajax"
, "npm": "flyd-ajax"
, "labels": ["core", "utilities"]
, "desc": "Make ajax requests using functional programming with Flyd -- a light wrapper around XMLHttpRequest"
}
, {
"github": "moment/moment"
, "npm": "moment"
, "labels": ["utilities"]
, "desc": "Parse, validate, manipulate, and display dates in javascript."
}
, {
"github": "moment/moment-timezone"
, "npm": "moment-timezone"
, "labels": ["utilities"]
, "desc": "Parse and display moments in any timezone."
}
, {
"github": "jsmreese/moment-duration-format"
, "npm": "moment-duration-format"
, "labels": ["utilities"]
, "desc": "A moment.js plugin for formatting durations."
}
, {
"github": "shtylman/form-serialize"
, "npm": "form-serialize"
, "labels": ["utilities"]
, "desc": "Serialize form fields to submit a form over ajax"
}
, {
"github": "substack/node-browserify"
, "npm": "browserify"
, "labels": ["build-tools", "core"]
, "desc": "browser-side require() the node way"
}
, {
"github": "babel/babelify"
, "npm": "babelify"
, "labels": ["build-tools", "core"]
, "desc": "Babel browserify transform (for ES6)"
}
, {
"github": "substack/watchify"
, "npm": "watchify"
, "labels": ["build-tools", "core"]
, "desc": "Watch mode for browserify builds"
}
, {
"github": "mattdesl/budo"
, "npm": "budo"
, "labels": ["build-tools", "core"]
, "desc": "A browserify server for rapid prototyping"
}
, {
"github": "ZDroid/percent"
, "npm": "percent"
, "labels": ["utilities"]
, "desc": "Handle and format percentage values."
}
, {
"github": "wanasit/chrono"
, "npm": "chrono-node"
, "labels": ["utilities"]
, "desc": "A natural language date parser"
}
, {
"github": "jayrbolton/ff-textbox"
, "npm": "ff-textbox"
, "labels": ["utilities", "ui-component"]
, "desc": "Autoresizing textbox with enter key handling, similar to a comment box"
}
]
}