rich-filemanager
Version:
Highly customizable open-source file manager
44 lines (43 loc) • 1.22 kB
JSON
{
"name": "jquery-splitter",
"title": "jQuery Splitter",
"description": "An updated version of Dave Methvin's jQuery splitter plugin, updated to work with bleeding edge jQuery.",
"version": "2.0.1",
"homepage": "http://jquery.com",
"author": {
"name": "Dave Methvin and other contributors",
"url": "https://github.com/GerHobbelt/splitter/blob/master/AUTHORS.txt"
},
"repository": {
"type": "git",
"url": "git://github.com/GerHobbelt/splitter.git"
},
"bugs": "http://bugs.jqueryui.com/",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/GerHobbelt/splitter/blob/master/MIT-LICENSE.txt"
},
{
"type": "GPL",
"url": "https://github.com/GerHobbelt/splitter/blob/master/GPL-LICENSE.txt"
}
],
"scripts": {
"test": "grunt"
},
"dependencies": {},
"devDependencies": {
"grunt": ">=0.4.2",
"grunt-compare-size": ">=0.4.0",
"grunt-contrib-concat": ">=0.1.3",
"grunt-contrib-csslint": ">=0.2.0",
"grunt-contrib-jshint": ">=0.7.1",
"grunt-contrib-qunit": ">=0.4.0",
"grunt-contrib-uglify": ">=0.1.1",
"grunt-esformatter": ">=0.2.0",
"grunt-html": ">=1.0.0",
"grunt-jscs-checker": ">=0.4.1"
},
"keywords": []
}