Damien Lebrun
11 years ago
2 changed files with 29 additions and 0 deletions
@ -0,0 +1,27 @@ |
|||||||
|
{ |
||||||
|
"name": "papa-parse", |
||||||
|
"main": "jquery.parse.js", |
||||||
|
"version": "2.0.0", |
||||||
|
"homepage": "http://papaparse.com", |
||||||
|
"authors": [ |
||||||
|
"Matt mholt" |
||||||
|
], |
||||||
|
"description": "Papa is a powerful CSV (delimited text) parser", |
||||||
|
"keywords": [ |
||||||
|
"jquery", |
||||||
|
"csv", |
||||||
|
"parse", |
||||||
|
"decode" |
||||||
|
], |
||||||
|
"license": "MIT", |
||||||
|
"ignore": [ |
||||||
|
"**/.*", |
||||||
|
"node_modules", |
||||||
|
"bower_components", |
||||||
|
"test", |
||||||
|
"tests" |
||||||
|
], |
||||||
|
"dependencies": { |
||||||
|
"jquery": "~2.0.0" |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue