{
    "version": "0.0.1",
    "name": "modular-amd",
    "publishConfig": {
        "proprietary-attribs": false
    },
    "description": "A simple JavaScript loader, based on the AMD pattern.",
    "keywords": [
        "amd",
        "dependency",
        "require",
        "define"
    ],
    "config": {
        "publishtest": false
    },
    "homepage": "http://asmblah.github.com/modular/",
    "author": "Daniel Phillimore <dan@ovms.co> (http://ovms.co)",
    "repository": {
        "type": "git",
        "url": "https://github.com/asmblah/modular"
    },
    "bugs": {
        "email": "dan@ovms.co",
        "url": "http://github.com/asmblah/modular/issues"
    },
    "main": "./modular.js",
    "engines": {
        "node": ">=0.6",
        "npm": "1"
    },
    "licenses": [
        {
            "type": "MIT",
            "url": "https://github.com/asmblah/modular/raw/master/MIT-LICENSE.txt"
        }
    ]
}