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

Skip to content

Commit 510a575

Browse files
author
Mike Haas
committed
Setup as an npm package
1 parent e0e9eec commit 510a575

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gridstack",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"homepage": "https://github.com/troolee/gridstack.js",
55
"authors": [
66
"Pavel Reznikov <[email protected]>"

package.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "gridstack",
3+
"version": "0.2.3",
4+
"description": "gridstack.js is a jQuery plugin for widget layout",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/troolee/gridstack.js.git"
8+
},
9+
"keywords": [
10+
"gridstack",
11+
"grid",
12+
"gridster",
13+
"layout",
14+
"jquery"
15+
],
16+
"author": "Pavel Reznikov <[email protected]>",
17+
"license": "MIT",
18+
"bugs": {
19+
"url": "https://github.com/troolee/gridstack.js/issues"
20+
},
21+
"homepage": "http://troolee.github.io/gridstack.js/"
22+
}

0 commit comments

Comments
 (0)