{
    "name": "cfenv",
    "main": "./lib/cfenv",
    "description": "easy access to your Cloud Foundry application environment",
    "version": "1.2.6",
    "author": "pmuellr",
    "license": "Apache-2.0",
    "homepage": "https://github.com/cloudfoundry-community/node-cfenv",
    "repository": {
        "type": "git",
        "url": "https://github.com/cloudfoundry-community/node-cfenv.git"
    },
    "scripts": {
        "build": "jbuild build",
        "serve": "jbuild serve",
        "test": "jbuild test",
        "watch": "jbuild watch"
    },
    "dependencies": {
        "js-yaml": "4.1.x",
        "ports": "1.1.x",
        "underscore": "1.13.x"
    },
    "devDependencies": {
        "coffeescript": "1.12.x",
        "expect.js": "0.3.x",
        "jbuild": "1.0.x",
        "mocha": "8.3.x"
    }
}
