fix package.json

This commit is contained in:
Alan Kligman 2013-12-11 12:55:25 -05:00
parent 7e8fa3b6b1
commit 481483db65
1 changed files with 10 additions and 0 deletions

View File

@ -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 <ack@modeswitch.org> (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",