{
    "name": "processcom",
    "version": "0.0.7",
    "description": "little lib to communicate with process",
    "main": "index.js",
    "scripts": {
        "test": "./node_modules/.bin/mocha ./test"
    },
    "author": "Gauthier de Girodon Pralong",
    "license": "ISC",
    "repository": {
        "type": "git",
        "url": "https://github.com/dgpgdev/processcom.git"
    },
    "keywords": [
        "node",
        "process"
    ],
    "bugs": {
        "url": "https://github.com/dgpgdev/processcom/issues"
    },
    "homepage": "https://github.com/dgpgdev/processcom",
    "devDependencies": {
        "chai": "^3.5.0",
        "mocha": "^2.4.5"
    },
    "dependencies": {
        "express": "^4.14.0"
    }
}
