{
  "name": "babel-unifyer",
  "version": "1.0.7",
  "description": "Babel joiner to one executable script file for NodeJS or web browser",
  "keywords": [
    "babel",
    "unifyer",
    "joiner",
    "promisify"
  ],
  "main": "index.js",
  "files": [
    "index.js",
    "libs/",
    "LICENSE",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/karkael64/babel-unifyer.git"
  },
  "bugs": {
    "url": "https://github.com/karkael64/babel-unifyer"
  },
  "homepage": "https://github.com/karkael64/babel-unifyer#readme",
  "author": "\"Karkael Haunter\" <karkael@gmail.com>",
  "license": "Apache-2.0",
  "devDependencies": {
    "babel-preset-minify": "^0.5.1"
  },
  "dependencies": {
    "@babel/core": "^7.8.4",
    "@babel/preset-env": "^7.8.4"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "node test/run"
  }
}
