{   
    "name": "proteus",
    "description": "A declarative way of creating objects, properties, and classes in ES5 JavaScript",
    "version": "0.1.3",
    "keywords": ["ooo", "class", "object", "properties", "utility"],
    "main": "./node_modules/proteus/index.js",
    "devDependencies": {
        "sake":     ">=0.1.x",
        "ejs":      ">=0.7.x",
        "mocha":    ">=1.3.x",
        "should":   ">=0.6.3"
    },
    "bundledDependencies": [
        "proteus"
    ],
    "licenses": [
        {
            "type": "MIT",
            "url": "http://github.com/jhamlet/proteus/raw/master/LICENSE"
        }
    ],
    "engines": { "node": "*" },
    "repository": {
        "type": "git",
        "url": "git://github.com/jhamlet/proteus.git"
    },
    "bugs": {
        "url": "http://github.com/jhamlet/proteus/issues"
    },
    "scripts": {
        "test": "mocha ./test/test-*"
    },
    "preferGlobal": true
}