{
  "name": "yaml-configuration-loader",
  "version": "1.0.2",
  "description": "yaml configs loader",
  "main": "index.js",
  "dependencies": {
    "js-yaml": "^3.6.1",
    "symbol-registry": "^0.1.1"
  },
  "devDependencies": {
    "chai": "^3.0.0",
    "grunt": "^0.4.5",
    "grunt-mocha-test": "^0.12.7",
    "jit-grunt": "^0.9.1",
    "mocha": "^2.2.5",
    "time-grunt": "^1.2.1"
  },
  "keywords": [
    "NodeJS",
    "Yaml",
    "Configuration",
    "Loader",
    "JSON"
  ],
  "scripts": {
    "test": "grunt unit"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:PillowPillow/yaml-config-loader.git"
  },
  "author": "Nicolas Gaignoux",
  "license": "MIT"
}
