UNPKG

floatthead

Version:

fixed table header plugin that works

45 lines (44 loc) 1.09 kB
{ "name": "floatthead", "version": "2.2.5", "description": "fixed table header plugin that works", "main": "dist/jquery.floatThead.min.js", "types": "dist/jquery.floatThead.d.ts", "scripts": { "build": "cp src/jquery.floatThead.js dist/jquery.floatThead.js && uglifyjs dist/jquery.floatThead.js --compress --mangle --comments -o dist/jquery.floatThead.min.js" }, "dependencies": {}, "devDependencies": { "uglify-js": "^3.3.8" }, "repository": { "type": "git", "url": "git://github.com/mkoryak/floatThead.git" }, "keywords": [ "locked header", "floating header", "fixed header", "fixed table header", "table", "thead", "fixed position", "the cat is cute", "floatThead", "scrolling table", "jQuery plugin" ], "author": "Misha Koryak", "license": "MIT", "bugs": "https://github.com/mkoryak/floatThead/issues", "homepage": "https://github.com/mkoryak/floatThead", "npmName": "floatthead", "npmFileMap": [ { "basePath": "/dist/", "files": [ "*.js" ] } ] }