arneheggestad/getcoordinates

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "getcoordinates",
  "version": "0.3.1",
  "description": "A general geocoding module for node.js",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/arneheggestad/getcoordinates.git"
  },
  "keywords": [
    "geocode",
    "geocoder.us",
    "tiger"
  ],
  "author": "Arne Heggestad <arne.heggestad@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/arneheggestad/getcoordinates/issues"
  },
  "homepage": "https://github.com/arneheggestad/getcoordinates",
  "devDependencies": {
    "gulp": "^3.8.10",
    "gulp-jscs": "^1.3.1",
    "gulp-jshint": "^1.9.0",
    "jshint-stylish-ex": "^0.2.0",
    "mocha": "^2.0.1",
    "proxyquire": "^1.3.0",
    "should": "^4.3.1",
    "sinon": "^1.12.2"
  },
  "dependencies": {
    "xml2js": "^0.4.4"
  }
}