{
  "version": "0.2.1",
  "license": "MIT",
  "name": "holdon",
  "description": "A simple, non atomic, unique key/values based cache",
  "homepage": "https://github.com/WebReflection/holdon",
  "keywords": [
    "async",
    "asynchronous",
    "cache",
    "keys",
    "values",
    "performance",
    "lists"
  ],
  "author": {
    "name": "Andrea Giammarchi",
    "web": "http://webreflection.blogspot.com/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/WebReflection/holdon.git"
  },
  "main": "./build/holdon.node.js",
  "scripts": {
    "test": "node test/.test.js"
  },
  "devDependencies": {
    "wru": ">= 0.0.0"
  }
}
