{
  "name": "world-exchanges",
  "version": "0.0.1",
  "description": "Get opening and closing times of world exchanges.",
  "main": "world-exchanges.js",
  "directories": {
    "test": "test"
  },
  "files": [
    "world-exchanges.js"
  ],
  "scripts": {
    "test": "./node_modules/tape/bin/tape test/*.js",
    "crawl": "phantomjs ./lib/crawl.js | json > lib/table.json"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/miguelmota/world-exchanges"
  },
  "keywords": [
    "function",
    "compose",
    "flow",
    "backflow"
  ],
  "author": {
    "name": "Miguel Mota",
    "email": "hello@miguelmota.com",
    "url": "http://www.miguelmota.com/"
  },
  "license": {
    "type": "MIT",
    "url": "https://github.com/miguelmota/world-exchanges/blob/master/LICENSE.md"
  },
  "bugs": {
    "url": "https://github.com/miguelmota/world-exchanges/issues"
  },
  "homepage": "https://github.com/miguelmota/world-exchanges",
  "devDependencies": {
    "tape": "^3.0.3"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "dependencies": {

  }
}
