NLeSC/ahn-pointcloud-viewer

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.7.0/v3.7.0.zip",
    "proj4": "~2.3.3",
    "threejs": "r71",
    "OrbitControls": "https://raw.github.com/mrdoob/three.js/r71/examples/js/controls/OrbitControls.js",
    "OBJLoader": "https://raw.github.com/mrdoob/three.js/r71/examples/js/loaders/OBJLoader.js",
    "DDSLoader": "https://raw.github.com/mrdoob/three.js/r71/examples/js/loaders/DDSLoader.js",
    "MTLLoader": "https://raw.github.com/mrdoob/three.js/r71/examples/js/loaders/MTLLoader.js",
    "OBJMTLLoader": "https://raw.github.com/mrdoob/three.js/r71/examples/js/loaders/OBJMTLLoader.js",
    "potree": "https://github.com/potree/potree.git#1.3",
    "bluebird": "1.0.8",
    "angular-bootstrap": "~0.12.0",
    "ol3-layerswitcher": "*",
    "angular-toastr": "~1.4.1",
    "angular-loading-bar": "~0.7.1",
    "angular-debounce": "~1.0.3",
    "ng-file-upload": "~5.0.9",
    "octicons": "~2.4.1",
    "intro.js": "^2.7.0"
  },
  "overrides": {
    "openlayers3": {
      "main": [
        "build/ol.js",
        "css/ol.css"
      ]
    },
    "octicons": {
      "main": [
        "octicons/octicons.scss",
        "octicons/octicons.eot",
        "octicons/octicons.svg",
        "octicons/octicons.ttf",
        "octicons/octicons.woff"
      ]
    },
    "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",
        "libs/other/BinaryHeap.js"
      ]
    },
    "stats.js": {
      "main": "build/stats.min.js"
    }
  },
  "resolutions": {
    "angular": "^1.3.0"
  },
  "devDependencies": {
    "angular-mocks": "~1.3.0",
    "angular-scenario": "~1.3.0"
  },
  "appPath": "app"
}