-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.3 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
42
43
44
{
"name": "datatables-search",
"version": "1.1.0",
"description": "Search component for datatables",
"main": "dist/datatables-search.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fourlabsldn/datatables-search.git"
},
"author": "Four Labs",
"license": "MIT",
"bugs": {
"url": "https://github.com/fourlabsldn/datatables-search/issues"
},
"homepage": "https://github.com/fourlabsldn/datatables-search#readme",
"dependencies": {
"x-div": "^1.0.44"
},
"devDependencies": {
"babel-plugin-external-helpers-2": "^6.3.13",
"babel-plugin-lodash": "^3.2.9",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-preset-es2015-rollup": "^1.2.0",
"babel-preset-es2017": "^6.16.0",
"gulp": "^3.9.1",
"gulp-flatmap": "^1.0.0",
"gulp-organiser": "^1.0.6",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.1.1",
"gulp-uglify": "^2.0.0",
"lodash": "^4.16.4",
"path": "^0.12.7",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-commonjs": "^5.0.5",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-replace": "^1.1.1",
"rollup-stream": "^1.14.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}