NLeSC/PattyVis

View on GitHub
bower.json

Summary

Maintainability
Test Coverage
{
  "name": "patty",
  "version": "0.0.0",
  "homepage": "https://github.com/NLeSC/PattyVis",
  "authors": [
    "maartenvm <m.vanmeersbergen@esciencecenter.nl>",
    "sverhoeven <s.verhoeven@esciencecenter.nl>",
    "mkuzak <mateusz.kuzak@gmail.com>",
    "jvdzwaan",
    "egpbos"
  ],
  "license": "Apache 2.0",
  "dependencies": {
    "angular": "1.3.0",
    "json3": "^3.3.0",
    "es5-shim": "^4.0.0",
    "bootstrap-sass-official": "^3.2.0",
    "angular-animate": "1.3.0",
    "angular-cookies": "1.3.0",
    "angular-resource": "1.3.0",
    "angular-route": "1.3.0",
    "angular-sanitize": "1.3.0",
    "angular-touch": "1.3.0",
    "openlayers3": "https://github.com/openlayers/ol3/releases/download/v3.3.0/v3.3.0.zip",
    "proj4": "~2.3.3",
    "threejs": "r69",
    "OrbitControls": "https://raw.github.com/mrdoob/three.js/r69/examples/js/controls/OrbitControls.js",
    "OBJLoader": "https://raw.github.com/mrdoob/three.js/r69/examples/js/loaders/OBJLoader.js",
    "DDSLoader": "https://raw.github.com/mrdoob/three.js/r69/examples/js/loaders/DDSLoader.js",
    "MTLLoader": "https://raw.github.com/mrdoob/three.js/r69/examples/js/loaders/MTLLoader.js",
    "OBJMTLLoader": "https://raw.github.com/mrdoob/three.js/r69/examples/js/loaders/OBJMTLLoader.js",
    "potree": "https://github.com/potree/potree/archive/1.2.zip",
    "bluebird": "1.0.8",
    "angular-bootstrap": "0.12.0",
    "ol-layerswitcher": "~1.0.1",
    "3dhop": "3DHOP/3DHOP#3.0"
  },
  "overrides": {
    "openlayers3": {
      "main": [
        "build/ol.js",
        "css/ol.css"
      ]
    },
    "oculus-bridge": {
      "main": "web/build/OculusBridge.min.js"
    },
    "potree": {
      "main": [
        "build/js/potree.js",
        "libs/plasio/js/laslaz.js",
        "build/workers/laslaz-worker.js",
        "build/workers/lasdecoder-worker.js"
      ]
    },
    "stats.js": {
      "main": "build/stats.min.js"
    },
    "3dhop": {
      "main": [
        "minimal/js/spidergl.js",
        "minimal/js/presenter.js",
        "minimal/js/ply.js",
        "minimal/js/trackball_sphere.js",
        "minimal/js/trackball_turntable.js",
        "minimal/js/trackball_pantilt.js"
      ]
    }
  },
  "resolutions": {
    "angular": "^1.3.0"
  },
  "devDependencies": {
    "angular-mocks": "~1.3.0",
    "angular-scenario": "~1.3.0"
  },
  "appPath": "app"
}