dependencies and badges
This commit is contained in:
parent
85740de2e0
commit
88e3c1d8e5
2 changed files with 10 additions and 1 deletions
|
|
@ -3,6 +3,8 @@ gridstack.js
|
|||
|
||||
[](https://travis-ci.org/troolee/gridstack.js)
|
||||
[](https://coveralls.io/github/troolee/gridstack.js?branch=master)
|
||||
[](https://david-dm.org/troolee/gridstack.js)
|
||||
[](https://david-dm.org/troolee/gridstack.js#info=devDependencies)
|
||||
|
||||
gridstack.js is a jQuery plugin for widget layout. This is drag-and-drop multi-column grid. It 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) and touch devices.
|
||||
|
|
@ -85,6 +87,8 @@ $ bower install gridstack
|
|||
|
||||
* Using npm:
|
||||
|
||||
[](https://www.npmjs.com/package/gridstack)
|
||||
|
||||
```bash
|
||||
$ npm install gridstack
|
||||
```
|
||||
|
|
|
|||
|
|
@ -24,13 +24,18 @@
|
|||
"url": "https://github.com/troolee/gridstack.js/issues"
|
||||
},
|
||||
"homepage": "http://troolee.github.io/gridstack.js/",
|
||||
"dependencies": {
|
||||
"jquery": "^2.2.1",
|
||||
"jquery-ui": "^1.10.5",
|
||||
"lodash": "^4.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"coveralls": "^2.11.6",
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-contrib-copy": "^0.8.2",
|
||||
"grunt-contrib-cssmin": "^0.14.0",
|
||||
"grunt-contrib-jshint": "^1.0.0",
|
||||
"grunt-contrib-uglify": "^0.10.1",
|
||||
"grunt-contrib-uglify": "^0.11.1",
|
||||
"grunt-contrib-watch": "^0.6.1",
|
||||
"grunt-doctoc": "^0.1.1",
|
||||
"grunt-jscs": "^2.7.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue