lemavri/mls-api-node

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "mls",
  "version": "0.1.1",
  "description": "Mozilla Location Service API wrapper",
  "engines": {
    "node": ">=0.10"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lemavri/mls-api-node.git"
  },
  "main": "./lib/index.js",
  "scripts": {
    "test": "node_modules/.bin/_mocha --recursive --reporter dot"
  },
  "keywords": [
    "geolocation",
    "wifi",
    "location",
    "mozilla"
  ],
  "author": "Mauricio Schneider <lemavri.com>",
  "license": "MIT Expat License",
  "dependencies": {
    "needle": "^0.9.1"
  },
  "devDependencies": {
    "mocha": "^2.2.4",
    "should": "^6.0.0"
  }
}