-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.41 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
45
46
47
48
49
50
51
52
{
"name": "buffered-list",
"version": "1.3.1",
"description": "A list view to show only visible item views",
"main": "dist/buffered-list.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kelgors/BufferedListView.js.git"
},
"keywords": [
"list",
"view",
"buffer",
"visible"
],
"author": "Matthieu BOHEAS <matthieuboheas@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kelgors/BufferedListView.js/issues"
},
"homepage": "https://github.com/Kelgors/BufferedListView.js#readme",
"devDependencies": {
"babel-plugin-external-helpers": "^6.18.0",
"babel-preset-es2015": "^6.6.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-connect": "^3.2.2",
"gulp-file": "^0.3.0",
"gulp-filter": "^4.0.0",
"gulp-minifier": "^0.1.4",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^2.2.0",
"gulp-uglify": "^2.0.0",
"rollup": "^0.36.3",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-commonjs": "^5.0.5",
"rollup-plugin-json": "^2.0.2",
"rollup-plugin-multi-entry": "^2.0.1",
"rollup-plugin-node-globals": "^1.0.9",
"rollup-plugin-node-resolve": "^2.0.0"
},
"dependencies": {
"jquery": "^3.1.1",
"klogger": "^1.0.2"
}
}