-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
31 lines (31 loc) · 1.87 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
{
"name": "timezone",
"description": "Small, elegant, Olson educated, timezone aware date math and `strftime` date formatting in pure JavaScript with no dependendcies 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 compilment 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.0.23",
"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/bigeasy/timezone/issues",
"license": "MIT",
"repository": {
"type": "git",
"url": "bigeasy/timezone"
},
"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/)"
],
"dependencies" : {
},
"devDependencies": {
"proof": "1.2.x",
"uglify-js": "3.1.x"
},
"scripts" : {
"test": "NODE_PATH=build util/test"
}
}