forked from tabalinas/jsgrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.19 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": "jsgrid",
"version": "1.4.1",
"description": "Lightweight data grid jQuery plugin. It supports basic grid operations like inserting, filtering, editing, deleting, paging and sorting. Although jsGrid is tunable and allows to customize appearance and components.",
"keywords": [
"grid",
"jquery",
"plugin"
],
"homepage": "http://js-grid.com",
"author": "Artem Tabalin",
"license": {
"type": "MIT",
"url": "https://github.com/tabalinas/jsgrid/blob/master/LICENSE"
},
"main": [
"dist/jsgrid.js",
"dist/jsgrid.css",
"dist/jsgrid-theme.css"
],
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "https://github.com/tabalinas/jsgrid"
},
"bugs": {
"url": "https://github.com/tabalinas/jsgrid/issues"
},
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-qunit": "^0.5.2",
"grunt-contrib-uglify": "^0.4.0",
"grunt-image-embed": "^0.3.1"
}
}