forked from FancyGrid/FancyGrid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1017 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1017 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
33
34
35
36
37
38
39
40
{
"name": "fancygrid",
"version": "1.7.180",
"description": "JavaScript grid library with charts integration and server communication",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/FancyGrid/FancyGrid.git"
},
"keywords": [
"fancygrid",
"table",
"grid",
"javascript",
"html5"
],
"author": "FancyGrid",
"license": "Commercial",
"devDependencies": {
"chalk": "^0.5.1",
"grunt": "^0.4.5",
"grunt-bump": "^0.3.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.14.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-image-embed": "^0.3.3",
"time-grunt": "^1.0.0",
"wd": "~0.4.0"
},
"jscsConfig": {
"maxErrors": null,
"disallowTrailingWhitespace": false,
"requireTrailingComma": false
},
"types": "./types/fancygrid.d.ts"
}