-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alain Dumesny
committed
Jan 14, 2020
1 parent
3e1c254
commit 1404b6e
Showing
3 changed files
with
21 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"Dylan Weiss <[email protected]> (https://dylandreams.com)", | ||
"Alain Dumesny <[email protected]> (https://github.com/adumesny)" | ||
], | ||
"description": "gridstack.js is a jQuery plugin for widget layout", | ||
"description": "gridstack.js is a jQuery plugin for widget layout, with many wrappers (React, @angular, knockout...)", | ||
"main": [ | ||
"dist/gridstack.js", | ||
"dist/gridstack.css" | ||
|
@@ -24,7 +24,13 @@ | |
"grid", | ||
"gridster", | ||
"layout", | ||
"jquery" | ||
"responsive", | ||
"dashboard", | ||
"resize", | ||
"drag&drop", | ||
"widgets", | ||
"angular", | ||
"react" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gridstack", | ||
"version": "0.6.0-dev", | ||
"description": "gridstack.js is a jQuery plugin for widget layout", | ||
"description": "gridstack.js is a jQuery plugin for widget layout, with many wrappers (React, @angular, knockout...)", | ||
"main": "dist/gridstack.js", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -18,7 +18,14 @@ | |
"gridstack", | ||
"grid", | ||
"gridster", | ||
"layout" | ||
"layout", | ||
"responsive", | ||
"dashboard", | ||
"resize", | ||
"drag&drop", | ||
"widgets", | ||
"angular", | ||
"react" | ||
], | ||
"author": "Pavel Reznikov <[email protected]>", | ||
"contributors": [ | ||
|