kovnick/metar-taf

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "metar-taf",
  "version": "0.0.2",
  "description": "This package allows you to get TAF and METAR reports.",
  "repository": {
    "type": "git",
    "url": "https://github.com/kovnick/metar-taf"
  },
  "main": "index.js",
  "scripts": {
    "test": "node ./node_modules/mocha/bin/mocha ./tests/*.tests.js",
    "cover": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec ./tests/*.tests.js"
  },
  "keywords": [
    "metar",
    "taf"
  ],
  "author": "M.Kovalevskyi",
  "license": "MIT",
  "devDependencies": {
    "chai": "^3.5.0",
    "coveralls": "^2.11.12",
    "eslint": "^3.2.2",
    "istanbul": "^0.4.4",
    "mocha": "^3.0.1",
    "sinon": "^1.17.5"
  }
}