-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 704 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 704 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
{
"name": "google-maps-reference-guide",
"version": "1.0.0",
"description": "Understanding the Google Maps API in detail",
"main": "index.js",
"scripts": {
"start": "http-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ashwani-luhaniwal/google-maps-reference.git"
},
"keywords": [
"Google",
"Maps",
"JavaScript",
"API",
"Reference"
],
"author": "Ashwani K Luhaniwal",
"license": "MIT",
"bugs": {
"url": "https://github.com/ashwani-luhaniwal/google-maps-reference/issues"
},
"homepage": "https://github.com/ashwani-luhaniwal/google-maps-reference#readme",
"devDependencies": {
"http-server": "^0.10.0"
}
}