{
  "name": "csvconverter-yeggyseo",
  "version": "1.3.0",
  "description": "csvconverter for se211",
  "main": "dist/index.js",
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "babel --copy--files --out-dir dist --ignore *.test.js src",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yeggyseo/SE211-csvConverter.git"
  },
  "keywords": [
    "csvconverter",
    "se211"
  ],
  "files": [
    "dist",
    "README.md"
  ],
  "author": "yeggy seo <yeggy.seo@gmail.com> (https://github.com/yeggyseo)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yeggyseo/SE211-csvConverter/issues"
  },
  "homepage": "https://github.com/yeggyseo/SE211-csvConverter#readme",
  "devDependencies": {
    "babel-cli": "6.26.0",
    "babel-preset-latest": "6.24.1",
    "babel-preset-stage-3": "6.24.1",
    "rimraf": "3.0.1"
  },
  "babel": {
    "presets": [
      "latest",
      "stage-3"
    ]
  }
}
