Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 918b882

Browse files
committed
add bower package
1 parent 160e56a commit 918b882

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

bower.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)