{ "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.8.3" }, "devDependencies": { "async": "0.2.9", "grunt": "0.4.1", "grunt-contrib-clean": "0.5.0", "grunt-contrib-compress": "0.5.2", "grunt-contrib-concat": "0.3.0", "grunt-contrib-connect": "0.3.0", "grunt-contrib-copy": "0.4.1", "grunt-contrib-cssmin": "0.6.1", "grunt-contrib-jshint": "0.6.3", "grunt-contrib-qunit": "0.2.2", "grunt-contrib-requirejs": "0.4.1", "grunt-contrib-uglify": "0.2.2", "grunt-git-authors": "1.2.0", "grunt-qunit-junit": "0.1.0-alpha2", "requirejs": "2.1.8", "grunt-hash-manifest": "0.4.0", "jsdom": "0.8.3", "xmlhttprequest": "1.6.0", "optimist": "0.6.0" }, "main": "Gruntfile.js", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt test", "lint": "grunt jshint" }, "keywords": [] }