32 lines
565 B
JSON
Raw Normal View History

2015-02-25 09:47:43 -05:00
{
"name": "gridster",
2015-05-28 20:33:28 -06:00
"homepage": "dsmorse.github.io/gridster.js/",
"version": "0.6.10",
2015-02-25 09:47:43 -05:00
"dependencies": {
2015-04-28 21:00:24 -06:00
"jquery": "^2.1.3"
},
"devDependencies": {
"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-05-27 22:10:40 -06:00
"private": false,
2015-02-25 09:47:43 -05:00
"ignore": [
".bowerrc",
2015-05-28 20:33:28 -06:00
".jshintrc",
2015-02-25 09:47:43 -05:00
".gitignore",
2015-05-28 20:33:28 -06:00
".travis.yml",
2015-02-25 09:47:43 -05:00
"CONTRIBUTING.md",
"Gruntfile.js",
"package.json",
2015-05-27 22:57:33 +08:00
"test/",
"gridster.js-rails.gemspec",
"Gemfile",
"Gemfile.lock",
"lib"
2015-02-25 09:47:43 -05:00
]
}