From 481483db65d70b28a1005f96f6403a6f48f46c5b Mon Sep 17 00:00:00 2001 From: Alan Kligman Date: Wed, 11 Dec 2013 12:55:25 -0500 Subject: [PATCH] fix package.json --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/package.json b/package.json index 4feaa44..101ccdb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,16 @@ { "name": "filer", + "description": "Node-like file system for browsers", + "keywords": ["fs", "node", "file", "system", "browser", "indexeddb", "idb", "websql"], "version": "0.0.3", + "author": "Alan K (http://blog.modeswitch.org)", + "homepage": "http://js-platform.github.io/filer", + "bugs": "https://github.com/js-platform/filer/issues", + "license": "BSD", + "repository": { + "type": "git", + "url": "https://github.com/js-platform/filer.git" + }, "devDependencies": { "grunt": "~0.4.0", "grunt-contrib-clean": "~0.4.0",