-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 750 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 750 Bytes
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
{
"name": "simplegmaps-js",
"version": "2.5.0",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gh-pages": "^4.0.0"
},
"description": "Google Maps made easy",
"main": "dist/simplegmaps.min.js",
"repository": "https://subzane@github.com/SubZane/simplegmaps.git",
"homepage": "http://subzane.github.io/simplegmaps/",
"bugs": "https://github.com/SubZane/simplegmaps/issues",
"author": "Andreas Lee-Norman <andreas@lee-norman.com>",
"keywords": [
"map",
"google",
"maps"
],
"files": [
"dist/*.js",
"/*.js",
"demo/*.*",
"*.json",
"*.md",
"LICENSE-MIT"
],
"license": "MIT",
"private": false,
"dependencies": {}
}