{
    "name": "process-files",
    "version": "1.0.0",
    "description": "Read files and process the contents",
    "author": "Tyler Akins <fidian@rumkin.com>",
    "homepage": "https://github.com/tests-always-included/process-files",
    "bugs": {
        "url": "https://github.com/tests-always-included/process-files/issues"
    },
    "contributors": [
        "Tyler Akins <fidian@rumkin.com> (http://rumkin.com)"
    ],
    "main": "lib/process-files.js",
    "repository": {
        "type": "git",
        "url": "https://github.com/tests-always-included/process-files.git"
    },
    "keywords": [
        "command-line",
        "content",
        "contents",
        "file",
        "files",
        "process",
        "stdin"
    ],
    "devDependencies": {
        "grunt": "~0.4.1",
        "grunt-cli": "*",
        "grunt-jasmine-node": "*",
        "grunt-jslint": "*"
    },
    "license": "MIT",
    "scripts": {
        "test": "grunt test"
    }
}
