{
  "name": "config-one",
  "version": "0.0.5",
  "description": "One config library to rule them all",
  "main": "dist/main.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "C1_UUT=src test/run.sh",
    "build": "babel src --presets babel-preset-es2015 --out-dir build",
    "dist": "webpack --config-file webpack.config.js",
    "test-dist": "C1_UUT=dist test/run.sh",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Klortho/config-one.git"
  },
  "keywords": [
    "config",
    "conf",
    "configuration",
    "env",
    "environment"
  ],
  "author": "Chris Maloney",
  "license": "PDDL-1.0",
  "bugs": {
    "url": "https://github.com/Klortho/config-one/issues"
  },
  "homepage": "https://github.com/Klortho/config-one#readme",
  "engines": {
    "node": ">=6.0.0"
  },
  "devDependencies": {
    "babel-cli": "^6.8.0",
    "babel-preset-es2015": "^6.6.0",
    "chai": "^3.5.0",
    "glob": "^7.0.3",
    "mocha": "^2.5.3",
    "mocha-loader": "^0.7.1",
    "mochawesome": "^1.3.5",
    "semver": "^5.1.0",
    "webpack": "^1.13.1",
    "webpack-dev-server": "^1.14.1"
  },
  "dependencies": {
    "ramda": "^0.21.0"
  }
}
