Skip to content

Commit 1404b6e

Browse files
author
Alain Dumesny
committed
updated key words, into
1 parent 3e1c254 commit 1404b6e

File tree

3 files changed

+21
-6
lines changed

3 files changed

+21
-6
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ gridstack.js
66
[![Dependency Status](https://david-dm.org/gridstack/gridstack.js.svg)](https://david-dm.org/gridstack/gridstack.js)
77
[![devDependency Status](https://david-dm.org/gridstack/gridstack.js/dev-status.svg)](https://david-dm.org/gridstack/gridstack.js#info=devDependencies)
88

9-
gridstack.js is a mobile-friendly Javascript library for dashboard layout and creation. Making a drag-and-drop, multi-column dashboard has never been easier. gridstack.js allows you to build draggable, responsive bootstrap v3-friendly layouts. It also works great with [knockout.js](http://knockoutjs.com), [angular.js](https://angularjs.org), [ember](https://www.emberjs.com/).
9+
Mobile-friendly Javascript library for dashboard layout and creation. Making a drag-and-drop, multi-column dashboard has never been easier. Allows you to build draggable, responsive bootstrap v3-friendly layouts. It also has multiple bindings and works great with [react](https://reactjs.org/), [angular](https://angular.io/), [knockout.js](http://knockoutjs.com), [ember](https://www.emberjs.com/) and others.
1010

11-
Join gridstack.js on Slack: https://gridstackjs.troolee.com
11+
Inspired by no-longer maintained gridster.js. Built with love.
12+
13+
Join gridstack.js on Slack: https://gridstackjs.troolee.com, and see demos section below
1214

1315
[![Slack Status](https://gridstackjs.troolee.com/badge.svg)](https://gridstackjs.troolee.com)
1416

bower.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"Dylan Weiss <dylan.weiss@gmail.com> (https://dylandreams.com)",
88
"Alain Dumesny <alaind831+github@gmail.com> (https://github.com/adumesny)"
99
],
10-
"description": "gridstack.js is a jQuery plugin for widget layout",
10+
"description": "gridstack.js is a jQuery plugin for widget layout, with many wrappers (React, @angular, knockout...)",
1111
"main": [
1212
"dist/gridstack.js",
1313
"dist/gridstack.css"
@@ -24,7 +24,13 @@
2424
"grid",
2525
"gridster",
2626
"layout",
27-
"jquery"
27+
"responsive",
28+
"dashboard",
29+
"resize",
30+
"drag&drop",
31+
"widgets",
32+
"angular",
33+
"react"
2834
],
2935
"license": "MIT",
3036
"ignore": [

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gridstack",
33
"version": "0.6.0-dev",
4-
"description": "gridstack.js is a jQuery plugin for widget layout",
4+
"description": "gridstack.js is a jQuery plugin for widget layout, with many wrappers (React, @angular, knockout...)",
55
"main": "dist/gridstack.js",
66
"repository": {
77
"type": "git",
@@ -18,7 +18,14 @@
1818
"gridstack",
1919
"grid",
2020
"gridster",
21-
"layout"
21+
"layout",
22+
"responsive",
23+
"dashboard",
24+
"resize",
25+
"drag&drop",
26+
"widgets",
27+
"angular",
28+
"react"
2229
],
2330
"author": "Pavel Reznikov <pashka.reznikov@gmail.com>",
2431
"contributors": [

0 commit comments

Comments
 (0)