You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
947 B
38 lines
947 B
{ |
|
"name": "parse", |
|
"version": "1.0.0", |
|
"title": "jQuery Parse", |
|
"description": "Parses CSV (character-separated, or delimited text) files or strings into arrays and objects efficiently. Gracefully handles errors. Supports multiple file inputs and multiple files per input element.", |
|
"keywords": [ |
|
"csv", |
|
"parse", |
|
"parsing", |
|
"parser", |
|
"delimited", |
|
"text", |
|
"data", |
|
"comma", |
|
"tab", |
|
"pipe", |
|
"file", |
|
"filereader" |
|
], |
|
"author": { |
|
"name": "Matthew Holt", |
|
"email": "mholt@users.noreply.github.com", |
|
"url": "http://mwholt.com" |
|
}, |
|
"licenses": [ |
|
{ |
|
"type": "MIT", |
|
"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", |
|
"download": "https://raw.github.com/mholt/jquery.parse/master/jquery.parse.min.js", |
|
"dependencies": { |
|
"jquery": ">=1.5" |
|
} |
|
} |