-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 1000 Bytes
/
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
{
"name": "kendo-grid-virtual-scrolling",
"version": "1.0.8",
"description": "Custom implementation of virtual scrolling in Kendo-grid to support grouping and editing",
"main": "Kendo-Grid-VirtualScroll.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:umd": "webpack --output-filename Kendo-Grid-VirtualScroll.js",
"build:umd.min": "webpack --output-filename Kendo-Grid-VirtualScroll.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dulanja33/Kendo-grid-virtual-scrolling.git"
},
"keywords": [
"kendo",
"grid",
"virtual",
"scrolling"
],
"author": "Dulanja Wijethunga <dulanja33@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dulanja33/Kendo-grid-virtual-scrolling/issues"
},
"homepage": "https://github.com/dulanja33/Kendo-grid-virtual-scrolling#readme",
"dependencies": {
"jquery": "3.0.0"
},
"devDependencies": {
"webpack": "2.4.1"
}
}