{
    "name": "grunt-modulefiles",
    "description": "Enables a project to split its files into a set of modules. A module's information is stored in a json file containing a name for the module, the files it contains, and other modules it depends on. The module files can then be accumulated into various configurations of included and excluded modules, which can be fed into other plugins (e.g. grunt-contrib-concat) for packaging.",
    "version": "0.4.0",
    "homepage": "http://www.fluidproject.org",
    "author": "Fluid Project",
    "repository": {
        "type": "git",
        "url": "git://github.com/fluid-project/grunt-modulefiles.git"
    },
    "bugs": {
        "url": "http://issues.fluidproject.org/browse/FLUID"
    },
    "license": "(BSD-3-Clause OR ECL-2.0)",
    "main": "Gruntfile.js",
    "engines": {
        "node": ">=0.8.0"
    },
    "scripts": {
        "test": "grunt test"
    },
    "devDependencies": {
        "eslint-config-fluid": "1.3.0",
        "gpii-grunt-lint-all": "1.0.4",
        "grunt-contrib-clean": "1.0.0",
        "grunt-contrib-nodeunit": "1.0.0",
        "grunt": "1.0.3"
    },
    "peerDependencies": {
        "grunt": ">=0.4.0"
    },
    "keywords": [
        "dependencies",
        "files",
        "gruntplugin",
        "local module",
        "module",
        "package"
    ],
    "dependencies": {
        "lodash": "4.17.10"
    }
}
