UNPKG

spincycle

Version:

A reactive message router and object manager that lets clients subscribe to object property changes on the server

33 lines (32 loc) 587 B
{ "name": "lrucache", "description": "LRU Cache for node.js/browser.", "author": [ "Yan Qing <admin@zensh.com>" ], "version": "1.0.2", "main": "index.js", "repository": { "type": "git", "url": "git@github.com:zensh/lrucache.git" }, "homepage": "https://github.com/zensh/lrucache", "keywords": [ "lru", "cache", "lru-cache", "lrucache" ], "dependencies": {}, "devDependencies": { "standard": "^7.1.1", "tman": "^0.9.8" }, "scripts": { "test": "standard && tman" }, "files": [ "README.md", "index.js" ] }