forked from javve/list.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
component.json
44 lines (44 loc) · 946 Bytes
/
component.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
{
"name": "list.js",
"repo": "javve/list.js",
"version": "1.1.1",
"description": "Add search, sort and flexibility to plain HTML lists or tables with cross-browser native JavaScript.",
"keywords": [
"list",
"search",
"sort",
"table",
"dom",
"html",
"ui"
],
"scripts": [
"index.js",
"src/search.js",
"src/sort.js",
"src/item.js",
"src/templater.js",
"src/filter.js",
"src/add-async.js",
"src/parse.js"
],
"license": "MIT",
"dependencies": {
"component/classes": "*",
"segmentio/extend": "*",
"component/indexof": "*",
"javve/events": "*",
"javve/get-by-class": "*",
"javve/get-attribute": "*",
"javve/natural-sort": "*",
"javve/to-string": "*",
"component/type": "*"
},
"development": {
"visionmedia/mocha": "*",
"techjacker/expect.js": "*",
"component/jquery": "1.9.1"
},
"twitter": "javve",
"remotes": []
}