Skip to content

Commit

Permalink
updated key words, into
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain Dumesny committed Jan 14, 2020
1 parent 3e1c254 commit 1404b6e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ gridstack.js
[![Dependency Status](https://david-dm.org/gridstack/gridstack.js.svg)](https://david-dm.org/gridstack/gridstack.js)
[![devDependency Status](https://david-dm.org/gridstack/gridstack.js/dev-status.svg)](https://david-dm.org/gridstack/gridstack.js#info=devDependencies)

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/).
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.

Join gridstack.js on Slack: https://gridstackjs.troolee.com
Inspired by no-longer maintained gridster.js. Built with love.

Join gridstack.js on Slack: https://gridstackjs.troolee.com, and see demos section below

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

Expand Down
10 changes: 8 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -24,7 +24,13 @@
"grid",
"gridster",
"layout",
"jquery"
"responsive",
"dashboard",
"resize",
"drag&drop",
"widgets",
"angular",
"react"
],
"license": "MIT",
"ignore": [
Expand Down
11 changes: 9 additions & 2 deletions package.json
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",
Expand All @@ -18,7 +18,14 @@
"gridstack",
"grid",
"gridster",
"layout"
"layout",
"responsive",
"dashboard",
"resize",
"drag&drop",
"widgets",
"angular",
"react"
],
"author": "Pavel Reznikov <[email protected]>",
"contributors": [
Expand Down

0 comments on commit 1404b6e

Please sign in to comment.