UNPKG

lobo-irl

Version:

Queries live data from the Land/Ocean Biogeochemical Observatory sensors operating in the Indian River Lagoon.

43 lines (42 loc) 1.05 kB
{ "name": "lobo-irl", "version": "0.5.0", "description": "Queries live data from the Land/Ocean Biogeochemical Observatory sensors operating in the Indian River Lagoon.", "main": "index.js", "scripts": { "test": "./node_modules/.bin/jshint --reporter=node_modules/jshint-stylish *.js & ./node_modules/.bin/mocha --reporter spec" }, "repository": { "type": "git", "url": "git+https://github.com/stevenmhunt/lobo-irl.git" }, "keywords": [ "lobo", "fau", "sensor", "environment", "data", "lagoon", "weather", "water" ], "author": "Steven Hunt", "license": "MIT", "bugs": { "url": "https://github.com/stevenmhunt/lobo-irl/issues" }, "homepage": "https://github.com/stevenmhunt/lobo-irl#readme", "dependencies": { "bluebird": "^3.4.1", "js-yaml": "^3.6.1", "lodash": "^4.13.1", "superagent": "^2.1.0", "xml2js": "^0.4.17" }, "devDependencies": { "chai": "^3.5.0", "jshint": "^2.9.2", "jshint-stylish": "^2.2.0", "mocha": "^2.5.3" } }