{
    "name": "cajon",
    "description": "A browser module loader that can load CommonJS/node and AMD modules. Built on top of RequireJS.",
    "version": "0.4.4",
    "homepage": "http://github.com/requirejs/cajon",
    "author": "James Burke <jrburke@gmail.com> (http://github.com/jrburke)",

    "license": "MIT",

    "repository": {
        "type": "git",
        "url": "https://github.com/requirejs/cajon.git"
    },

    "main": "cajon.js",

    "volo": {
        "url": "https://raw.github.com/requirejs/cajon/{version}/cajon.js"
    },

    "engines": {
        "node": ">=0.4.0"
    }
}
