forked from jhyland87/DataTables-Keep-Conditions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.33 KB
/
package.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
{
"name": "datatables-keep-conditions",
"version": "1.0.0",
"description": "Store the DataTable conditions within the URL hash every time a condition is changed, such as the page, length, search or a column order, making it possible to copy/paste the URL. Once said URL is loaded, the conditions will be retrieved from the URL hash and implemented to the table on DT initialization.",
"main": "dataTables.keepConditions.back.js",
"directories": {
"example": "examples"
},
"dependencies": {
"babel-preset-es2015": "^6.1.18",
"gulp-babel": "^6.1.0",
"gulp-concat": "^2.6.0",
"gulp": "^3.9.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"jshint": "^2.8.0",
"gulp-jshint": "^2.0.0",
"gulp-sass": "^2.1.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.1.18",
"del": "^2.1.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.0",
"gulp-minify": "0.0.5",
"gulp-rename": "^1.2.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jhyland87/DataTables-Keep-Conditions.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jhyland87/DataTables-Keep-Conditions/issues"
},
"homepage": "https://github.com/jhyland87/DataTables-Keep-Conditions#readme"
}