You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.4 KiB
62 lines
1.4 KiB
{
|
|
"name": "jquery.tabulator",
|
|
"version": "3.3.1",
|
|
"description": "Interactive table generation plugin for jQuery UI",
|
|
"main": "dist/js/tabulator.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/olifolkerd/tabulator.git"
|
|
},
|
|
"keywords": [
|
|
"table",
|
|
"grid",
|
|
"datagrid",
|
|
"tabulator",
|
|
"editable",
|
|
"cookie",
|
|
"jquery",
|
|
"jqueryui",
|
|
"sort",
|
|
"format",
|
|
"resizable",
|
|
"list",
|
|
"scrollable",
|
|
"ajax",
|
|
"json",
|
|
"widget"
|
|
],
|
|
"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": "^3.9.1",
|
|
"gulp-autoprefixer": "^3.1.1",
|
|
"gulp-babel": "^6.1.2",
|
|
"gulp-cache": "^0.4.6",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-cssnano": "^2.1.2",
|
|
"gulp-imagemin": "^3.2.0",
|
|
"gulp-include": "^2.3.1",
|
|
"gulp-insert": "^0.5.0",
|
|
"gulp-jshint": "^2.0.4",
|
|
"gulp-livereload": "^3.8.1",
|
|
"gulp-notify": "^3.0.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-util": "^3.0.8",
|
|
"jshint": "^2.9.4"
|
|
}
|
|
}
|
|
|