-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
38 lines (38 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
{
"name": "geolocation-marker",
"description": "A library for adding a marker which tracks a user's location for use with the Google Maps JavaScript API v3.",
"author": "Chad Killingsworth <chadkillingsworth@gmail.com",
"version": "2.0.5",
"keywords": [
"Google Maps",
"Geolocation",
"Marker"
],
"homepage": "https://chadkillingsworth.github.io/geolocation-marker/",
"main": "geolocation-marker.js",
"bugs": {
"url": "https://github.com/ChadKillingsworth/geolocation-marker/issues"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/ChadKillingsworth/geolocation-marker.git"
},
"files": [
"src",
"LICENSE.txt",
"README.md",
"bower.json",
"geolocation-marker.js",
"geolocation-marker.js.map"
],
"directories": {},
"dependencies": {},
"devDependencies": {
"google-closure-compiler": ">=20170626.0.0",
"gulp": "^3.9.0",
"gulp-connect": "^2.2.0",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.6.0"
}
}