diff --git a/package.json b/package.json index 7b5e7f4c..676ec3a0 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,13 @@ -{ "name" : "lru-cache" -, "description" : "A cache object that deletes the least-recently-used items." -, "version" : "1.0.4" -, "author" : "Isaac Z. Schlueter " -, "scripts" : { "test" : "./node_modules/.bin/tap test" } -, "main" : "lib/lru-cache" -, "repository" : "git://github.com/isaacs/node-lru-cache.git" -, "devDependencies" : - { "tap" : "0.1" } -, "licenses" : - [ { "type" : "MIT" - , "url" : "http://github.com/isaacs/node-lru-cache/raw/master/LICENSE" - } - ] +{ "name": "lru-cache" +, "description": "A cache object that deletes the least-recently-used items." +, "version": "1.0.5" +, "author": "Isaac Z. Schlueter " +, "scripts": { "test": "tap test" } +, "main": "lib/lru-cache.js" +, "repository": "git://github.com/isaacs/node-lru-cache.git" +, "devDependencies": { "tap": "0.1" } +, "license": + { "type": "MIT" + , "url": "http://github.com/isaacs/node-lru-cache/raw/master/LICENSE" + } }