-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
36 lines (36 loc) · 1001 Bytes
/
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
{
"name": "jstimezonedetect",
"main": "./dist/jstz.min.js",
"filename": "jstz.min.js",
"version": "1.0.7",
"description": "This script gives you the zone info key representing your device's time zone setting. The return value is an IANA zone info key (aka the Olson time zone database).",
"homepage": "https://github.com/pellepim/jstimezonedetect",
"keywords": [
"time",
"timezone",
"tz",
"date"
],
"author": "Jon Nylander <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/pellepim/jstimezonedetect"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/pellepim/jstimezonedetect/blob/master/LICENCE.txt"
}
],
"devDependencies": {
"del": "^0.1.3",
"gulp": "^3.8.10",
"gulp-concat": "^2.4.2",
"gulp-footer": "^1.0.5",
"gulp-header": "^1.2.2",
"gulp-jshint": "^1.9.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.1",
"gulp-wrap-commonjs": "^0.1.12"
}
}