-
Notifications
You must be signed in to change notification settings - Fork 121
/
Copy pathpackage.json
45 lines (45 loc) · 1.3 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
{
"name": "RWD-Table-Patterns",
"description": "This is an awesome solution for responsive tables with complex data.",
"version": "6.1.3",
"keywords": [
"RWD",
"responsive",
"tables",
"mobile-first",
"bootstrap"
],
"homepage": "http://gergeo.se/RWD-Table-Patterns",
"author": "Nadan Gergeo <[email protected]> (www.blimp.se)",
"contributors": [
"Lucas Wiener <[email protected]> (www.blimp.se)",
"Maggie Wachs (www.filamentgroup.com)",
"Robert DeLuca <[email protected]> (robertdelu.ca)",
"Ryan Hafer <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/nadangergeo/RWD-Table-Patterns.git"
},
"bugs": {
"url": "https://github.com/nadangergeo/RWD-Table-Patterns/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/nadangergeo/RWD-Table-Patterns/blob/master/LICENSE-MIT"
},
"main": "dist/js/rwd-table",
"devDependencies": {
"bootstrap": "^5.2.0-beta1",
"grunt": "^1.0.2",
"grunt-banner": "^0.6.0",
"grunt-bump": "^0.8.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"load-grunt-tasks": "^4.0.0"
}
}