Browse Source

Updated manifests

pull/19/head
Matthew Holt 11 years ago
parent
commit
9ea0c618e5
  1. 21
      bower.json
  2. 8
      parse.jquery.json

21
bower.json

@ -1,17 +1,26 @@
{ {
"name": "papa-parse", "name": "Papa-Parse",
"main": "jquery.parse.js", "main": "jquery.parse.js",
"version": "2.0.0",
"homepage": "http://papaparse.com", "homepage": "http://papaparse.com",
"authors": [ "authors": [
"Matt mholt" "Matthew Holt"
], ],
"description": "Papa is a powerful CSV (delimited text) parser", "description": "Papa is a powerful CSV (delimited text) parser",
"keywords": [ "keywords": [
"jquery",
"csv", "csv",
"parse", "parse",
"decode" "parsing",
"parser",
"delimited",
"text",
"data",
"auto-detect",
"comma",
"tab",
"pipe",
"file",
"filereader",
"stream"
], ],
"license": "MIT", "license": "MIT",
"ignore": [ "ignore": [
@ -22,6 +31,6 @@
"tests" "tests"
], ],
"dependencies": { "dependencies": {
"jquery": "~2.0.0" "jquery": ">=1.5"
} }
} }

8
parse.jquery.json

@ -2,7 +2,7 @@
"name": "parse", "name": "parse",
"version": "2.0.0", "version": "2.0.0",
"title": "Papa Parse", "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": [ "keywords": [
"csv", "csv",
"parse", "parse",
@ -30,9 +30,9 @@
"url": "http://opensource.org/licenses/MIT" "url": "http://opensource.org/licenses/MIT"
} }
], ],
"homepage":"https://github.com/mholt/jquery.parse", "homepage":"http://papaparse.com",
"docs": "https://github.com/mholt/jquery.parse/blob/master/README.md", "docs": "http://papaparse.com/docs.html",
"demo": "http://jsfiddle.net/mholt/nCaee", "demo": "http://papaparse.com/#demo",
"download": "https://raw.github.com/mholt/jquery.parse/master/jquery.parse.min.js", "download": "https://raw.github.com/mholt/jquery.parse/master/jquery.parse.min.js",
"dependencies": { "dependencies": {
"jquery": ">=1.5" "jquery": ">=1.5"

Loading…
Cancel
Save