{ "name": "jquery-mobile", "title": "jQuery Mobile", "description": "Touch-Optimized Web Framework for Smartphones & Tablets", "version": "1.4.0pre", "homepage": "http://jquerymobile.com", "author": { "name": "jQuery Foundation Inc. and other contributors", "url": "https://github.com/jquery/jquery-mobile/blob/master/AUTHORS.txt" }, "repository": { "type": "git", "url": "https://github.com/jquery/jquery-mobile.git" }, "bugs": "https://github.com/jquery/jquery-mobile/issues", "licenses": [ { "type": "MIT", "url": "https://github.com/jquery/jquery-mobile/blob/master/MIT-LICENSE.txt" } ], "dependencies": { "jquery": ">=1.7.3" }, "devDependencies": { "async": "latest", "grunt": "0.4.x", "grunt-contrib-clean": "~0.4.0", "grunt-contrib-compress": "~0.4.1", "grunt-contrib-concat": "~0.1.3", "grunt-contrib-connect": "~0.2.0", "grunt-contrib-copy": "~0.4.1", "grunt-contrib-jshint": "git://github.com/gruntjs/grunt-contrib-jshint.git#master", "grunt-contrib-qunit": "~0.2.0", "grunt-contrib-requirejs": "0.3.4", "grunt-contrib-uglify": "~0.2.0", "grunt-css": "~0.5.4", "grunt-git-authors": "1.1.0-beta.1", "grunt-qunit-junit": "latest", "requirejs": "2.1.x", "grunt-hash-manifest": "~0.4.0" }, "main": "Gruntfile.js", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt test", "lint": "grunt jshint" }, "keywords": [] }