Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 160e56a commit 918b882Copy full SHA for 918b882
bower.json
@@ -0,0 +1,28 @@
1
+{
2
+ "name": "gridstack",
3
+ "version": "0.2.2",
4
+ "homepage": "https://github.com/troolee/gridstack.js",
5
+ "authors": [
6
+ "Pavel Reznikov <[email protected]>"
7
+ ],
8
+ "description": "gridstack.js is a jQuery plugin for widget layout",
9
+ "main": "dist/gridstack.min.js",
10
+ "moduleType": [
11
+ "amd"
12
13
+ "keywords": [
14
+ "gridstack",
15
+ "grid",
16
+ "gridster",
17
+ "layout",
18
+ "jquery"
19
20
+ "license": "MIT",
21
+ "ignore": [
22
+ "**/.*",
23
+ "node_modules",
24
+ "bower_components",
25
+ "test",
26
+ "tests"
27
+ ]
28
+}
0 commit comments