{
    "name": "sharedjs",
    "description": "The most needed utility functions for writing shared code between browser and client.",
    "version": "0.0.2",
    "repository": "git://github.com/kof/sharedjs.git",
    "keywords": [
        "validate", "validation", "utils", "shared", "crossplatform", "extend",
        "inherits", "noop", "toArray", "typeof", "each", "bind" 
    ],
    "author": "Oleg Slobodskoi <oleg008@gmail.com>",
    "engines": {
        "node": ">= 0.3.0"
    },
    "dependencies": {
        "argsparser": ">= 0.0.3",
        "uglify-js": ">= 0.0.1"
    },
    "bin": {},
    "devDependencies": {
        "qunit": ">= 0.1.5"
    },    
    "licenses": [
        { 
            "type": "MIT",
            "url" : "http://www.opensource.org/licenses/mit-license.php"
        }
    ]  
}