diff --git a/bower.json b/bower.json index 7a009e9..6418fa8 100644 --- a/bower.json +++ b/bower.json @@ -1,17 +1,26 @@ { - "name": "papa-parse", + "name": "Papa-Parse", "main": "jquery.parse.js", - "version": "2.0.0", "homepage": "http://papaparse.com", "authors": [ - "Matt mholt" + "Matthew Holt" ], "description": "Papa is a powerful CSV (delimited text) parser", "keywords": [ - "jquery", "csv", "parse", - "decode" + "parsing", + "parser", + "delimited", + "text", + "data", + "auto-detect", + "comma", + "tab", + "pipe", + "file", + "filereader", + "stream" ], "license": "MIT", "ignore": [ @@ -22,6 +31,6 @@ "tests" ], "dependencies": { - "jquery": "~2.0.0" + "jquery": ">=1.5" } } diff --git a/parse.jquery.json b/parse.jquery.json index aeebe13..7cc43d8 100644 --- a/parse.jquery.json +++ b/parse.jquery.json @@ -2,7 +2,7 @@ "name": "parse", "version": "2.0.0", "title": "Papa Parse", - "description": "Papa is a powerful CSV (delimited text) parser with that gracefully handles large files and malformed input.", + "description": "Papa is a powerful CSV (delimited text) parser that gracefully handles large files and malformed input.", "keywords": [ "csv", "parse", @@ -30,9 +30,9 @@ "url": "http://opensource.org/licenses/MIT" } ], - "homepage":"https://github.com/mholt/jquery.parse", - "docs": "https://github.com/mholt/jquery.parse/blob/master/README.md", - "demo": "http://jsfiddle.net/mholt/nCaee", + "homepage":"http://papaparse.com", + "docs": "http://papaparse.com/docs.html", + "demo": "http://papaparse.com/#demo", "download": "https://raw.github.com/mholt/jquery.parse/master/jquery.parse.min.js", "dependencies": { "jquery": ">=1.5"