forked from mholt/PapaParse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparse.jquery.json
More file actions
40 lines (40 loc) · 836 Bytes
/
parse.jquery.json
File metadata and controls
40 lines (40 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "parse",
"version": "2.0.7",
"title": "Papa Parse",
"description": "Papa is a powerful CSV (delimited text) parser that streams large files and gracefully handles malformed input.",
"keywords": [
"csv",
"parse",
"parsing",
"parser",
"delimited",
"text",
"data",
"auto-detect",
"comma",
"tab",
"pipe",
"file",
"filereader",
"stream"
],
"author": {
"name": "Matthew Holt",
"email": "mholt@users.noreply.github.com",
"url": "http://mwholt.com"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"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.6.0"
}
}