forked from marmat/google-maps-api-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 911 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
37
38
39
{
"name": "google-maps-api-addons",
"version": "1.0.0",
"description": "A set of useful scripts for the Google Maps API",
"main": "panomarker/src/panomarker.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/marmat/google-maps-api-addons.git"
},
"keywords": [
"google",
"maps",
"api",
"plugin",
"pano",
"panorama",
"street",
"view",
"marker"
],
"author": "Martin Matysiak",
"contributors": [{
"name": "Mark LeMerise",
"email": "[email protected]"
}],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/marmat/google-maps-api-addons/issues"
},
"homepage": "https://github.com/marmat/google-maps-api-addons",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.1.0"
}
}