forked from HarryAtMove/tzwhere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.02 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
44
45
46
47
48
49
{
"author": "mattbornski",
"contributors": [
"Alan Gutierrez <[email protected]> (http://github.com/bigeasy)",
"Philipp Fehre <[email protected]> (http://github.com/sideshowcoder)"
],
"name": "tzwhere",
"description": "Determine timezone from lat/long",
"version": "1.1.0",
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"keywords": [
"timezone",
"tz",
"latitude",
"lat",
"longitude",
"long",
"lon",
"geojson"
],
"repository": {
"type": "git",
"url": "https://github.com/mattbornski/tzwhere.git"
},
"engines": {
"node": ">= 0.6"
},
"dependencies": {
"geolib": "~1.*",
"simplesets": "1.2.0",
"timezone": "~0.0.*"
},
"devDependencies": {
"blanket": "^1.1.6",
"grunt": "^0.4.5",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.11.0",
"load-grunt-tasks": "^0.6.0",
"mocha": "^1.21.4",
"time-grunt": "^0.4.0"
},
"scripts": {
"test": "grunt test"
}
}