dfcreative/each-csv

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "each-csv",
  "version": "0.1.2",
  "description": "Iterate over each comma-separated value ignoring parentheses",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dfcreative/each-csv"
  },
  "keywords": [
    "csv",
    "each",
    "iterator",
    "parenthesis",
    "parsing"
  ],
  "author": {
    "name": "Deema Yvanow",
    "email": "dfcreative@gmail.com",
    "url": "http://github.com/dfcreative"
  },
  "license": "unlicensed",
  "bugs": {
    "url": "https://github.com/dfcreative/each-csv/issues"
  },
  "homepage": "https://github.com/dfcreative/each-csv",
  "devDependencies": {
    "mocha": "~1.21.4",
    "chai": "~1.9.1"
  },
  "dependencies": {
    "parenthesis": ">=1.2.1"
  }
}