forked from google-map-react/google-map-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.16 KB
/
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
40
41
42
43
44
45
46
47
{
"name": "google-map-react",
"version": "0.3.0",
"description": "isomorphic google map react component, allows render react components on the google map",
"main": "modules/google_map.js",
"scripts": {
"build": "./scripts/build.sh",
"prepublish": "npm run build",
"eyetest": "babel-node ./src/__tests__/eye_test.js",
"es5eyetest": "node ./modules/__tests__/eye_test.js"
},
"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": {
"eventemitter3": "^1.1.0",
"point-geometry": "0.0.0",
"react-pure-render": "^1.0.1",
"scriptjs": "^2.5.7"
},
"peerDependencies": {
"react": ">=0.13.0 <0.15.0"
},
"devDependencies": {
"babel": "^5.5.6",
"react": "^0.13.3"
}
}