UNPKG

tabulator-tables

Version:

Interactive table generation JavaScript library

64 lines (63 loc) 1.48 kB
{ "name": "tabulator-tables", "version": "4.9.3", "description": "Interactive table generation JavaScript library", "main": "dist/js/tabulator.js", "module": "dist/js/tabulator.es2015.js", "scripts": { "build": "gulp", "watch": "gulp watch", "dev": "gulp dev" }, "repository": { "type": "git", "url": "https://github.com/olifolkerd/tabulator.git" }, "keywords": [ "table", "grid", "datagrid", "tabulator", "editable", "cookie", "sort", "format", "resizable", "list", "scrollable", "ajax", "json", "widget", "jquery", "react", "angular", "vue" ], "author": "Oli Folkerd", "license": "MIT", "bugs": { "url": "https://github.com/olifolkerd/tabulator/issues" }, "homepage": "http://tabulator.info/", "devDependencies": { "babel-preset-env": "^1.4.0", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-2": "^6.24.1", "del": "^2.2.2", "gulp": "^4.0.2", "gulp-autoprefixer": "^3.1.1", "gulp-babel": "^6.1.2", "gulp-concat": "^2.6.1", "gulp-cssnano": "^2.1.2", "gulp-include": "^2.3.1", "gulp-insert": "^0.5.0", "gulp-plumber": "^1.1.0", "gulp-rename": "^1.2.2", "gulp-sass": "^3.1.0", "gulp-sourcemaps": "^2.6.0", "gulp-uglify": "^2.1.2", "gulp-uglify-es": "^2.0.0", "gulp-util": "^3.0.8", "jshint": "^2.11.1" } }