node-csvjsonlite2
Version:
Lightweight CSV to JSON for Node.JS
36 lines (35 loc) • 737 B
JSON
{
"name": "node-csvjsonlite2",
"description": "Lightweight CSV to JSON for Node.JS",
"version": "1.1.4",
"main": "src/csvtojson.js",
"author": "Takuto Suzuki",
"license": "MIT",
"bugs": {
"url": "https://github.com/tak215/node-csvjsonlite/issues"
},
"homepage": "https://github.com/tak215/node-csvjsonlite",
"directories": {
"test": "test"
},
"dependencies": {
"bluebird": "2.9.21",
"chai": "2.2.0",
"growl": "1.10.5"
},
"scripts": {
"test": "mocha \"test/*.spec.js\""
},
"devDependencies": {
"mocha": "5.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/tak215/node-csvjsonlite.git"
},
"keywords": [
"CSV",
"JSON",
"CSV2JSON"
]
}