-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage-npm.json
More file actions
35 lines (35 loc) · 786 Bytes
/
package-npm.json
File metadata and controls
35 lines (35 loc) · 786 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
35
{
"name": "bingmaps-react",
"description": "An easy to use Bing Maps component for React apps",
"author": {
"name": "Miles Pratt",
"email": "miles@thoughtpowder.com",
"url": "https://github.com/milespratt"
},
"keywords": [
"bing",
"maps",
"bingmaps",
"bing maps",
"bingmaps react",
"bing maps react",
"react bingmaps",
"react bing maps",
"microsoft bingmaps",
"microsoft bing maps",
"microsoft bingmaps react",
"microsoft bing maps react"
],
"repository": {
"type": "git",
"url": "https://github.com/milespratt/bingmaps-react"
},
"typings": "./index.d.ts",
"version": "1.2.10",
"private": false,
"license": "MIT",
"module": "index.js",
"peerDependencies": {
"react": ">= 16.12.0"
}
}