From 8b373e607f7b7bece76e75bd32420cd0b47bcbfa Mon Sep 17 00:00:00 2001 From: Alexander Wunschik Date: Tue, 10 Jan 2017 13:38:28 +0100 Subject: [PATCH] added recommended fields to package.json added: * license: "MIT" * bugs: "https://github.com/felixge/node-stream-cache/issues" * keywords: ["node", "cache", "streams"] * contributors: [] --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 +}