From 5b798084378d09cafc1152def3f0f7db1001ee1d Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Fri, 16 Jan 2015 13:13:24 -0700 Subject: [PATCH] Removed jQuery plugin manifest (site shut down) --- parse.jquery.json | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 parse.jquery.json diff --git a/parse.jquery.json b/parse.jquery.json deleted file mode 100644 index 5dcc649..0000000 --- a/parse.jquery.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "parse", - "version": "4.0.7", - "title": "Papa Parse", - "description": "Powerful CSV parser that converts CSV to JSON and JSON to CSV. Supports web workers and streaming large files. Fastest CSV parser for JavaScript.", - "keywords": [ - "csv", - "parse", - "parsing", - "parser", - "delimited", - "text", - "data", - "auto-detect", - "comma", - "tab", - "pipe", - "file", - "filereader", - "stream", - "encoding", - "workers", - "multi-threaded", - "threading", - "ajax" - ], - "author": { - "name": "Matthew Holt", - "email": "mholt@users.noreply.github.com", - "url": "https://twitter.com/mholt6" - }, - "licenses": [ - { - "type": "MIT", - "url": "http://opensource.org/licenses/MIT" - } - ], - "homepage":"http://papaparse.com", - "docs": "http://papaparse.com/docs.html", - "demo": "http://papaparse.com/demo.html", - "download": "https://raw.github.com/mholt/PapaParse/master/papaparse.min.js", - "dependencies": { - "jquery": ">=1.6.0" - } -} \ No newline at end of file