2015-02-25 09:47:43 -05:00
|
|
|
{
|
|
|
|
"name": "gridster",
|
|
|
|
"homepage": "https://github.com/DecksterTeam/gridster.js",
|
2015-04-28 21:25:41 -06:00
|
|
|
"version": "0.6.8",
|
2015-02-25 09:47:43 -05:00
|
|
|
"dependencies": {
|
2015-04-28 21:00:24 -06:00
|
|
|
"jquery": "^2.1.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-04-07 19:24:36 -06:00
|
|
|
"requirejs": "^2.1.17",
|
|
|
|
"qunit": "~1.18.0"
|
2015-02-25 09:47:43 -05:00
|
|
|
},
|
2015-02-25 09:51:56 -05:00
|
|
|
"main": [
|
|
|
|
"dist/jquery.gridster.js",
|
|
|
|
"dist/jquery.gridster.css"
|
|
|
|
],
|
2015-02-25 09:47:43 -05:00
|
|
|
"private": true,
|
|
|
|
"ignore": [
|
|
|
|
".bowerrc",
|
|
|
|
".gitignore",
|
|
|
|
"CONTRIBUTING.md",
|
|
|
|
"Gruntfile.js",
|
|
|
|
"package.json",
|
|
|
|
"test/"
|
|
|
|
]
|
2015-04-07 19:24:36 -06:00
|
|
|
}
|