{
    "version": "0.0.4",
    "name": "config.json",
    "description": "nconf wrapper that simplifies work with environment specific configuration files.",
    "keywords": [
        "configuration",
        "config",
        "json",
        "nconf",
        "wrapper"
    ],
    "author": {
        "name": "Romuald Bulyshko",
        "email": "romuald@bulyshko.com",
        "url": "https://bulyshko.com"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/bulyshko/config.json"
    },
    "bugs": "https://github.com/bulyshko/config.json/issues",
    "main": "./lib/config.js",
    "dependencies": {
        "nconf": "0.7.1"
    },
    "devDependencies": {
        "mocha": "2.2.1"
    },
    "scripts": {
        "test": "mocha test/*-test.js"
    }
}
