{
  "name": "erddap",
  "version": "0.0.3",
  "description": "client library to access ERDDAP",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "dev": "parcel index.html",
    "build": "parcel build src/erddap.js --global ERDDAP --out-file erddap",
    "velocity": "node_modules/uglify-js/bin/uglifyjs --compress --mangle --output demo/02-leaflet-time-dimension-velocity/leaflet-velocity.min.js demo/02-leaflet-time-dimension-velocity/leaflet-velocity.js",
    "thumbnails": "node scripts/thumbnails.js"
  },
  "keywords": [
    "ERDDAP"
  ],
  "author": "Irish Marine Institute",
  "license": "ISC",
  "dependencies": {
    "chrono-node": "^1.3.5",
    "deepmerge": "^2.1.1",
    "moment": "^2.22.2",
    "netcdfjs": "^0.3.1",
    "node-fetch": "^2.2.0",
    "papaparse": "^4.6.0"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "chromium": "^1.0.2",
    "gifencoder": "^1.1.0",
    "mocha": "^5.2.0",
    "parcel-bundler": "^1.8.1",
    "png-file-stream": "^1.0.0",
    "puppeteer": "^1.7.0",
    "tempdir": "^2.0.0",
    "uglify-js": "^3.3.24"
  }
}
