simplecsv
Version:
Fast and compact CSV parser for parsing CSV with CSV to JSON support.
56 lines (55 loc) • 1.34 kB
JSON
{
"name": "simplecsv",
"version": "0.0.49",
"description": "Fast and compact CSV parser for parsing CSV with CSV to JSON support.",
"main": "simplecsv.js",
"keywords": [
"csv",
"csvparser",
"csv parser",
"simple csv",
"simple csv js",
"simple csv javascript",
"simple csv parser js",
"simple csv parser javascript",
"json csv",
"json csv parser",
"json table"
],
"homepage": "http://simplecsvjs.com",
"author": {
"name": "Baris Yuksel",
"url": "http://barisyuksel.com"
},
"contributors": [
{
"name": "Baris Yuksel",
"url": "http://barisyuksel.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/byuksel/simplecsv.git"
},
"devDependencies": {
"chai": "^3.0.0",
"grunt": "^0.4.5",
"grunt-browserify": "^3.8.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-jsdoc": "^0.6.7",
"grunt-markdown": "^0.7.0",
"grunt-mocha-phantomjs": "^0.6.1",
"grunt-mocha-test": "^0.12.7",
"grunt-replace": "^0.9.2",
"jsdoc": "^3.3.2",
"mocha": "^2.2.5",
"sinon": "^1.15.3",
"sinon-chai": "^2.8.0",
"time-grunt": "*",
"uglify-js": "^2.4.23"
},
"license": "MIT"
}