{
  "name": "jonathan",
  "version": "1.1.0",
  "description": "DEPRECATED! An in-memory cache for Node",
  "keywords": ["cache", "memory", "timed cache"],
  "repository": "https://github.com/jamesseanwright/jonathan.git",
  "README": "https://github.com/jamesseanwright/jonathan/blob/master/README.md",
  
  "devDependencies": {
    "mocha": "^2.1.0",
    "should": "^4.4.1"
  },

  "scripts": {
  	"test": "NODE_ENV=test ./node_modules/mocha/bin/mocha tests/*"
  }
}
