forked from google-map-react/google-map-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.39 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
48
49
50
51
52
53
54
55
{
"name": "google-map-react",
"version": "0.4.1",
"description": "isomorphic google map react component, allows render react components on the google map",
"main": "lib/index",
"scripts": {
"build": "./scripts/build.sh",
"prepublish": "npm run build",
"eyetest": "babel-node ./src/__tests__/eye_test.js",
"es5eyetest": "node ./lib/__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",
"lodash.assign": "^3.2.0",
"lodash.isfunction": "^3.0.5",
"lodash.isnumber": "^3.0.1",
"lodash.isplainobject": "^3.1.0",
"lodash.pick": "^3.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",
"babel-core": "^5.6.15",
"babel-loader": "^5.2.2",
"react": "^0.13.3",
"webpack": "^1.10.0"
}
}