forked from mleibman/SlickGrid
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 690 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 690 Bytes
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
{
"name": "X-SlickGrid",
"version": "3.0.3",
"description": "X-SlickGrid is an advanced JavaScript grid/spreadsheet component",
"license": "GPL-3.0",
"repository": "ddomingues/X-SlickGrid",
"bugs": {
"url": "https://github.com/ddomingues/X-SlickGrid/issues"
},
"author": {
"name": "Diego Domingues",
"email": "diego.domingues16@gmail.com"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "gulp"
},
"keywords": [
"X-SlickGrid",
"SlickGrid",
"Frozen Columns",
"Frozen Rows",
"million of rows"
],
"devDependencies": {
"gulp-util": "~2.2.14",
"gulp": "~3.6.2",
"node-qunit-phantomjs": "~0.2.1"
}
}