forked from onury/geolocator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.66 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "geolocator",
"version": "2.1.2",
"description": "A utility for getting geo-location information via HTML5 and IP look-ups, geocoding, address look-ups, distance and durations, timezone information and more...",
"author": {
"name": "Onur Yıldırım",
"email": "[email protected]"
},
"license": "MIT",
"main": "dist/geolocator.js",
"files": [
"dist",
"example",
"LICENSE"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/onury/geolocator",
"repository": {
"type": "git",
"url": "https://github.com/onury/geolocator.git"
},
"bugs": {
"url": "https://github.com/onury/geolocator/issues"
},
"keywords": [
"geo",
"geolocation",
"location",
"position",
"latitude",
"longitude",
"HTML5",
"google",
"map",
"geocode",
"reverse-geocode",
"ip",
"address",
"lookup",
"distance",
"directions",
"duration",
"matrix",
"route",
"timezone",
"lat",
"lng",
"lon"
],
"dependencies": {},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.4.0",
"babel-preset-es2015": "^6.22.0",
"eslint": "^3.17.1",
"eslint-config-xo": "^0.17.0",
"grunt": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jasmine": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-docma": "^0.8.0",
"grunt-webpack": "^2.0.1",
"html-loader": "^0.4.5",
"matchdep": "^1.0.1",
"svg-inline-loader": "^0.7.1",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
}
}