tagsort
Version:
A jQuery plugin for dynamic element filtering using HTML5 data attributes
28 lines (27 loc) • 479 B
JSON
{
"name": "tagsort",
"version": "1.0.0",
"homepage": "http://wch.io/projects/tagsort/",
"authors": [
"Will Haering <wchaering@gmail.com>"
],
"description": "Filter any set of tagged elements easily.",
"main": "src/js/tagsort.js",
"keywords": [
"filter",
"jquery",
"tags",
"sorting"
],
"license": "WTFPL",
"ignore": [
"**/.*",
"bower_components",
"test",
"tests",
"node_modules"
],
"moduleType": [
"es6"
]
}