forked from bigeasy/timezone
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.47 KB
/
package.json
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": "@wpmedia/timezone",
"description": "Small, elegant, Olson educated, timezone aware date math and `strftime` date formatting in pure JavaScript with no dependencies for Node.js and the browser. Timezone uses the Olson/IANA timezone database. Timezone is aware of every clock transition in the Olson database. Timezones supports the full complement of `strftime` format specifiers defined by GNU `date`. Timezone can perform date math and adjust for daylight savings time. Timezone works in the browser too where it is less than 3K minified and gzipped.",
"version": "1.1.3",
"author": "Alan Gutierrez <[email protected]>",
"keywords": [
"time",
"timezone",
"date",
"clock",
"wall-clock",
"tzdata",
"utc",
"gmt",
"datetime",
"tz",
"format",
"events",
"calendar",
"strftime"
],
"homepage": "http://bigeasy.github.io/timezone",
"bugs": "https://github.com/wpmedia/timezone/issues",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/wpmedia/timezone.git"
},
"contributors": [
"Eero Ränik <[email protected]> (http://www.eeror.com/)",
"Bruins Zachtgoed <[email protected]> (https://github.com/pheew)",
"Edward Vielmetti <[email protected]> (http://vielmetti.typepad.com/)",
"Jack Howard"
],
"dependencies": {},
"devDependencies": {
"proof": "1.2.x",
"uglify-js": "3.1.x"
},
"scripts": {
"test": "NODE_PATH=build util/test"
}
}