{
  "name": "jeesh",
  "description": "The official starter pack for Ender.",
  "version": "0.0.6",
  "authors": [
    "Dustin Diaz <@ded>",
    "Jacob Thornton <@fat>"
  ],
  "keywords": [
    "ender",
    "jeesh"
  ],
  "homepage": "https://github.com/ender-js/jeesh",
  "engines": {
    "node": ">= 0.4.0"
  },
  "dependencies": {
    "domready": "*",
    "qwery": "*",
    "bonzo": "*",
    "bean": "*"
  },
  "readme": "THE JEESH\n---------\n\nThe Jeesh is like a starter pack for ender. At only *7.5k* the Jeesh can help you build anything from small prototypes to providing a solid base for large-scale rich application for desktop and mobile devices. At it's core, it's a collection of packages that we've found particularly useful for major use-case development endeavors -- but we encourage use to <code>add</code> and <code>remove</code> packages to really make it your own. Currently, the Jeesh includes:\n\n  * domReady - a cross-browser [domReady](github.com/ded/domready)\n  * Qwery - a fast light-weight [selector engine](https://github.com/ded/qwery)\n  * Bonzo - a bullet-proof [DOM utility](https://github.com/ded/bonzo)\n  * Bean - a multi-platform [Event provider](https://github.com/fat/bean)\n\nBUILDING\n--------\n\nTo build the jeesh... just run:\n\n    $ ender -b jeesh\n\nWHAT DOES THIS SETUP LOOK LIKE?\n-------------------------------\n\n<h3>domready</h3>\n\n``` js\n$.domReady(function () {...})\n```\n\n<h3>DOM queries</h3>\n\n``` js\n$('#boosh a[rel~=\"bookmark\"]').each(function (el) { ... });\n```\n\n<h3>Manipulation</h3>\n\n``` js\n$('#boosh p a[rel~=\"bookmark\"]').hide().html('hello').css({\n  color: 'red',\n  'text-decoration': 'none'\n}).addClass('blamo').after('✓').show();\n```\n\n<h3>Events</h3>\n\n``` js\n$('#content a').bind('keydown input', handler);\n$('#content a').emit('customEvent');\n$('#content a').remove('click.myClick');\n```\n\n<h3>No Conflict</h3>\n\n``` js\nvar E = $.noConflict(); // return '$' back to its original owner\nE('#boosh a.foo').each(fn);\n```\n\nGETTING STARTED WITH THE JEESH\n------------------------------\nIf you're looking to test drive this setup, have a play with [the compiled source](http://ender-js.s3.amazonaws.com/jeesh.min.js)\n<iframe id=\"fiddle-example\" src=\"http://jsfiddle.net/yakWA/2/embedded/\"></iframe>",
  "_id": "jeesh@0.0.6",
  "_from": "jeesh"
}
