{
  "name": "create-symlink-webpack-plugin",
  "version": "1.0.1",
  "description": "webpack 4 plugin to generate symlinks",
  "main": "dist/index.js",
  "dependencies": {
  },
  "homepage": "https://github.com/nystudio107/create-symlink-webpack-plugin",
  "repository": {
    "type": "git",
    "url": "git@github.com:nystudio107/create-symlink-webpack-plugin.git"
  },
  "devDependencies": {
    "babel-cli": "^6.22.2",
    "babel-core": "^6.22.1",
    "babel-preset-es2015": "^6.22.0"
  },
  "scripts": {
    "build": "babel src/index.js --presets es2015 --out-file dist/index.js"
  },
  "author": "nystudio107",
  "contributors": [
    {
      "name": "Luiza Pagliari",
      "email": "lpagliari@gmail.com"
    }
  ],
  "license": "MIT"
}
