UNPKG

swepam

Version:

a json interface to the swepam readings

47 lines (46 loc) 979 B
{ "name": "swepam", "version": "0.4.2", "description": "a json interface to the swepam readings", "main": "index", "bin": { "swepam": "./index" }, "scripts": { "start": "./index", "test": "NODE_ENV=test istanbul test _mocha -- -R spec", "coverage": "NODE_ENV=test istanbul cover _mocha --report lcovonly -- test -R spec" }, "bugs": { "url": "https://github.com/skibz/swepam/issues", "email": "ant@io.co.za" }, "engines": { "node": ">=0.6" }, "repository": { "url": "https://github.com/skibz/swepam.git", "type": "git" }, "keywords": [ "noaa", "ace", "satellite", "swepam", "solar", "wind", "electron", "proton", "alpha", "monitor" ], "author": "Ant Cosentino <ant@io.co.za>", "license": "Unlicense", "dependencies": { "blow-chunks": "0.0.2", "chai": "^3.4.0", "codeclimate-test-reporter": "^0.1.1", "istanbul": "^0.4.0", "mocha": "^2.3.3" } }