{
  "name": "maptastic",
  "version": "3.0.0",
  "main": "dist/maptastic.js",
  "license": "SEE LICENSE IN license.txt",
  "author": "ben purdy (https://github.com/benpurdy)",
  "contributors": [
    "florian segginger (https://github.com/floriansegginger)",
    "austin ce <austin.cawley@gmail.com>(https://github.com/austince)"
  ],
  "files": [
    "license.txt",
    "src/**/*",
    "dist/**/*"
  ],
  "scripts": {
    "build": "rollup --config -o dist/maptastic.js",
    "clean": "rimraf dist"
  },
  "devDependencies": {
    "@babel/core": "^7.7.5",
    "@babel/plugin-transform-modules-commonjs": "^7.7.5",
    "@babel/preset-env": "^7.7.6",
    "rimraf": "^2.6.2",
    "rollup": "^1.27.9",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-uglify": "^6.0.4"
  },
  "dependencies": {}
}
