FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
google-map-react/package.json at api-callback · groupconecto/google-map-react · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
groupconecto
/
google-map-react
Public
forked from
google-map-react/google-map-react
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
google-map-react
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
63 lines (63 loc) · 1.84 KB
Breadcrumbs
google-map-react
/
package.json
Copy path
File metadata and controls
63 lines (63 loc) · 1.84 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name"
:
"
google-map-react
"
,
"version"
:
"
0.10.2
"
,
"description"
:
"
isomorphic google map react component, allows render react components on the google map
"
,
"main"
:
"
lib/index
"
,
"scripts"
: {
"build:lib"
:
"
babel ./src -d lib
"
,
"build:umd"
:
"
webpack src/index.js dist/GoogleMapReact.js --config webpack.config.dev.js
"
,
"build:umd:min"
:
"
webpack src/index.js dist/GoogleMapReact.min.js --config webpack.config.prod.js
"
,
"build"
:
"
npm run build:lib && npm run build:umd && npm run build:umd:min
"
,
"clean"
:
"
rimraf lib dist
"
,
"prepublish"
:
"
npm run clean && npm run build
"
,
"lint"
:
"
eslint src
"
,
"test"
:
"
NODE_ENV=eee mocha --compilers js:babel/register --recursive
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git+https://github.com/istarkov/google-map-react.git
"
},
"keywords"
: [
"
react
"
,
"
reactjs
"
,
"
google
"
,
"
map
"
,
"
maps
"
,
"
isomorphic
"
,
"
render
"
,
"
component
"
,
"
javascript
"
,
"
react-component
"
],
"author"
:
"
istarkov https://github.com/istarkov
"
,
"license"
:
"
MIT
"
,
"bugs"
: {
"url"
:
"
https://github.com/istarkov/google-map-react/issues
"
},
"homepage"
:
"
https://github.com/istarkov/google-map-react#readme
"
,
"dependencies"
: {
"es6-promise"
:
"
^3.0.2
"
,
"eventemitter3"
:
"
^1.1.0
"
,
"lodash"
:
"
^3.10.1
"
,
"point-geometry"
:
"
0.0.0
"
,
"react-pure-render"
:
"
^1.0.1
"
,
"scriptjs"
:
"
^2.5.7
"
},
"devDependencies"
: {
"babel"
:
"
^5.8.23
"
,
"babel-core"
:
"
^5.8.25
"
,
"babel-eslint"
:
"
^4.1.3
"
,
"babel-loader"
:
"
^5.3.2
"
,
"eslint"
:
"
^1.6.0
"
,
"eslint-config-airbnb"
:
"
^0.1.0
"
,
"eslint-plugin-react"
:
"
^3.5.1
"
,
"expect"
:
"
^1.11.1
"
,
"jsdom"
:
"
^6.5.1
"
,
"mocha"
:
"
^2.3.3
"
,
"react"
:
"
^0.14.0-rc1
"
,
"react-addons-test-utils"
:
"
^0.14.0-rc1
"
,
"react-dom"
:
"
^0.14.0-rc1
"
,
"rimraf"
:
"
^2.4.3
"
,
"webpack"
:
"
^1.12.2
"
}
}
Back
|
FazBrowse Home
|
New Git URL