{
  "_from": "mappa-mundi",
  "_id": "mappa-mundi@0.0.5",
  "_inBundle": false,
  "_integrity": "sha512-Tf9xk8kEvl2DKpY1V4/qGyRyRp4XU4c0o3JDdJywBartClIqYbKsIeQHfx88YOVkdV1YqgU4iWCVuDXRanc9ng==",
  "_location": "/mappa-mundi",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "mappa-mundi",
    "name": "mappa-mundi",
    "escapedName": "mappa-mundi",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/mappa-mundi/-/mappa-mundi-0.0.5.tgz",
  "_shasum": "776a96181c287a91918e56936d138494e6687425",
  "_spec": "mappa-mundi",
  "_where": "/home/hodasemi/Documents/Workspace/WME/aufgabe5",
  "author": {
    "name": "Cristobal Valenzuela",
    "email": "cvalenzuela@nyu.edu",
    "url": "https://github.com/cvalenzuela"
  },
  "babel": {
    "presets": [
      "es2015",
      "stage-2"
    ]
  },
  "bugs": {
    "url": "https://github.com/cvalenzuela/Mappa/issues"
  },
  "bundleDependencies": false,
  "config": {
    "ghooks": {
      "pre-commit": "npm run cover && npm run check-coverage"
    },
    "commitizen": {
      "path": "node_modules/cz-conventional-changelog"
    }
  },
  "deprecated": false,
  "description": "An addon to facilitate work between p5 and existing map libraries and APIs.",
  "devDependencies": {
    "babel-cli": "6.24.1",
    "babel-loader": "7.0.0",
    "babel-preset-es2015": "6.24.1",
    "babel-preset-stage-2": "6.24.1",
    "babel-register": "6.24.1",
    "chai": "4.0.2",
    "chai-as-promised": "7.1.1",
    "codecov": "2.2.0",
    "commitizen": "2.9.6",
    "cz-conventional-changelog": "2.0.0",
    "eslint": "4.15.0",
    "eslint-config-airbnb-base": "12.1.0",
    "eslint-plugin-import": "2.8.0",
    "ghooks": "2.0.0",
    "html-loader": "0.4.5",
    "istanbul": "0.4.5",
    "jsdom": "11.1.0",
    "jsdom-global": "3.0.2",
    "json-loader": "0.5.4",
    "mocha": "3.4.2",
    "npm-run-all": "4.0.2",
    "nyc": "10.3.2",
    "raw-loader": "0.5.1",
    "rimraf": "2.6.1",
    "semantic-release": "6.3.6",
    "uglify-es": "3.0.28",
    "webpack": "2.6.1",
    "webpack-dev-server": "2.4.5"
  },
  "directories": {
    "examples": "examples",
    "dist": "dist",
    "test": "test"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "homepage": "https://github.com/cvalenzuela/Mappa#readme",
  "keywords": [
    "p5.js",
    "maps"
  ],
  "license": "ISC",
  "main": "dist/mappa.js",
  "name": "mappa-mundi",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cvalenzuela/Mappa.git"
  },
  "scripts": {
    "build": "npm-run-all build:*",
    "build:copy2website": "rm website/static/js/mappa.min.js && mv dist/mappa.min.js website/static/js/",
    "build:main": "webpack --output-filename mappa.js",
    "build:min": "uglifyjs dist/mappa.js -o dist/mappa.min.js",
    "check-coverage": "nyc check-coverage --statements 0 --branch 0 --functions 0 --lines 0",
    "commit": "git-cz",
    "cover": "nyc npm t",
    "prebuild": "rimraf dist",
    "report-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "test": "mocha test/index.test.js --compilers js:babel-register",
    "watch:test": "npm t -- -w"
  },
  "version": "0.0.5"
}