diff --git a/package.json b/package.json index d3e2457..74331c0 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,11 @@ "name": "stream-cache", "description": "A simple way to cache and replay readable streams.", "version": "0.0.1", + "license": "MIT", "homepage": "https://github.com/felixge/node-stream-cache", + "bugs": "https://github.com/felixge/node-stream-cache/issues", + "keywords": ["node", "cache", "streams"], + "contributors": [], "repository": { "type": "git", "url": "git://github.com/felixge/node-stream-cache.git" @@ -15,4 +19,4 @@ "dependencies": {}, "devDependencies": {}, "optionalDependencies": {} -} \ No newline at end of file +}