{
    "name": "comb",
    "description": "A framework for node",
    "version": "2.0.0",
    "keywords": [
        "OO",
        "Object Oriented",
        "Collections",
        "Tree",
        "HashTable",
        "Pool",
        "Logging",
        "Promise",
        "Promises",
        "Proxy"
    ],
    "repository": {
        "type": "git",
        "url": "git@github.com:C2FO/comb.git"
    },
    "homepage": "http://c2fo.github.com/comb/",
    "author": "C2FO (http://c2fo.github.com)",
    "main": "index.js",
    "directories": {
        "lib": "lib"
    },
    "devDependencies": {
        "coveralls": "^2.11.4",
        "grunt": "^0.4.5",
        "grunt-contrib-jshint": "^0.11.3",
        "grunt-exec": "^0.4.6",
        "grunt-it": "^1.0.0",
        "istanbul": "^0.4.1",
        "it": "^1.1.0",
        "jit-grunt": "^0.9.1",
        "time-grunt": "^1.2.2"
    },
    "scripts": {
        "test": "grunt test"
    },
    "engines": {
        "node": ">= 10.0.0"
    }
}
