{
    "name":"grunt-dead-simple-include",
    "description":"An awesome little utility for no fuss source file includes through grunt, compatible with all file types in your arsenal.",
    "version":"0.1.1",
    "homepage":"https://github.com/weichsem/grunt-dead-simple-include",
    "author":{
        "name":"Matt Weichselbaum",
        "email":"matthew.weichselbaum@gmail.com"
    },
    "repository":{
        "type":"git",
        "url":"https://github.com/weichsem/grunt-dead-simple-include.git"
    },
    "bugs":{
        "url":"https://github.com/weichsem/grunt-dead-simple-include/issues"
    },
    "licenses":[
        {
            "type":"MIT",
            "url":"https://github.com/weichsem/grunt-dead-simple-include/blob/master/LICENSE-MIT"
        }
    ],
    "main":"Gruntfile.js",
    "engines":{
        "node":">= 0.8.0"
    },
    "scripts":{
        "test":"grunt test"
    },
    "devDependencies":{
        "grunt-contrib-jshint":"~0.1.1",
        "grunt-contrib-clean":"~0.4.0",
        "grunt-contrib-nodeunit":"~0.1.2",
        "grunt":"~0.4.1"
    },
    "peerDependencies":{
        "grunt":"~0.4.1"
    },
    "keywords":[
        "gruntplugin",
        "gruntinclude",
        "include",
        "require"
    ]
}