all repos — gears @ 375297ad9903d8d46a4e7185696f45a17718b011

lightweight world clock webapp with jquery, moment-timezone, and fuse.js

node_modules/moment-timezone/composer.json (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
  "name": "moment/moment-timezone",
  "description": "Parse and display dates in any timezone",
  "version": "0.5.26",
  "keywords": [
    "moment",
    "date",
    "time",
    "timezone",
    "olson",
    "iana",
    "zone",
    "tz"
  ],
  "homepage": "http://momentjs.com/timezone/",
  "license": "MIT",
  "support": {
    "issues": "https://github.com/moment/moment-timezone/issues",
    "source": "https://github.com/moment/moment-timezone"
  },
  "authors": [
    {
      "name": "Tim Wood",
      "email": "washwithcare@gmail.com",
      "homepage": "http://timwoodcreates.com/"
    }
  ],
  "type": "component",
  "require": {
    "robloach/component-installer": "*",
    "moment/moment": ">=2.9.0"
  },
  "extra": {
    "component": {
      "scripts": [
        "moment-timezone.js"
      ],
      "files": [
        "builds/*.js"
      ]
    }
  }
}