NLeSC/Cesium-NcWMS

View on GitHub
bower.json

Summary

Maintainability
Test Coverage
{
  "name": "Cesium-NcWMS",
  "version": "1.0.0",
  "homepage": "https://github.com/NLeSC/Cesium-NcWMS",
  "authors": [
    "maartenvm <m.vanmeersbergen@esciencecenter.nl>"
  ],
  "license": "Apache 2.0",
  "dependencies": {
    "angular": "^1.3.15",
    "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",
    "cesiumjs": "^1.7.1",
    "countries": "https://github.com/mledoze/countries.git",
    "angular-bootstrap": "^0.12.1",
    "bootstrap": "^3.3.4",
    "d3": "^3.5.5"
  },
  "devDependencies": {
    "angular-mocks": "^1.3.0"
  },
  "appPath": "app",
  "resolutions": {
    "angular": "^1.3.15"
  }
}