{
    "name": "grunt-cloc",
    "version": "0.0.2",
    "description": "CLOC launch utility.",
    "repository": {
        "type": "git",
        "url": "https://github.com/jolkdarr/grunt-cloc.git"
    },
    "bugs": {
        "url": "https://github.com/jolkdarr/grunt-cloc/issues"
    },
    "author": {
        "name": "Brahim Djoudi",
        "email": "jolkdarr@netscape.net"
    },
    "keywords": [
        "gruntplugin",
        "cloc"
    ],
    "main": "Gruntfile.js",
    "engines": {
        "node": ">= 0.8.0"
    },
    "license": "MIT",
    "devDependencies": {
        "grunt": "^0.4.5",
        "shelljs": "~0.5.3"
    }
}
