{
  "name": "yam",
  "description": "Dead simple storage interface",
  "version": "0.0.22",
  "keywords": [
    "storage",
    "config"
  ],
  "author": {
    "name": "Alex Navasardyan",
    "email": "alex.navasardyan@gmail.com",
    "url": "http://twokul.io"
  },
  "main": "lib/yam.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/twokul/yam"
  },
  "dependencies": {
    "fs-extra": "^0.30.0",
    "lodash.merge": "^4.4.0"
  },
  "devDependencies": {
    "jshint": "~2.3.0",
    "mocha": "*",
    "chai": "^1.9.1",
    "rewire": "^2.0.0"
  },
  "scripts": {
    "test": "jshint lib/*.js test/*.js && mocha --reporter spec test/*-test.js"
  }
}
