UNPKG

jqt

Version:

Create powerful mobile apps with just HTML, CSS, and Zepto.js (or jQuery).

56 lines (55 loc) 1.32 kB
{ "author": "David Kaneda", "name": "jqt", "description": "Create powerful mobile apps with just HTML, CSS, and Zepto.js (or jQuery).", "version": "0.99.2", "versionId": "rc8", "repository": { "type": "git", "url": "git://github.com/senchalabs/jQTouch.git" }, "contributors": [ { "name": "David Kaneda", "email": "dk@morfunk.com" }, { "name": "Jonathan Stark" }, { "name": "Thomas Yip", "email": "thomasleaf@gmail.com" } ], "licenses": [ { "type": "MIT" } ], "engines": { "node": "~0.10" }, "dependencies": {}, "devDependencies": { "grunt-update-submodules": "~0.2.0", "grunt": "~0.4.2", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-concat": "~0.3.0", "grunt-contrib-compass": "~0.7.2", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-qunit": "~0.4.0", "grunt-contrib-uglify": "~0.3.2", "grunt-contrib-coffee": "~0.10.1", "grunt-contrib-watch": "~0.5.3", "grunt-contrib-jshint": "~0.8.0", "grunt-contrib-compress": "~0.6.1", "grunt-contrib-cssmin": "~0.7.0", "grunt-contrib": "~0.9.0", "grunt-coverjs": "~0.1.0" }, "optionalDependencies": {}, "scripts": { "test": "grunt test --verbose", "prepublish": "grunt prepublish --verbose" } }