{
  "name": "source-map-compactor",
  "version": "1.0.1",
  "description": "Compacts sourcemaps, merging spurious mappings.",
  "main": "index.js",
  "bin": {
    "source-map-compactor": "./cli"
  },
  "author": "Iván Sánchez Ortega <ivan@sanchezortega.es>",
  "license": "Beerware",
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/IvanSanchez/source-map-compactor.git"
  },
  "keywords": [
    "sourcemap"
  ],
  "homepage": "https://gitlab.com/IvanSanchez/source-map-compactor",
  "dependencies": {
    "source-map": "^0.5.6"
  }
}
