-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.41 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
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "maplacejs-react",
"version": "0.1.0",
"description": "ReactJs Google Maps plugin and markers helper.",
"homepage": "https://github.com/danielemoraschi/maplacejs-react",
"author": "Daniele Moraschi <daniele.moraschi@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/danielemoraschi/maplacejs-react/issues"
},
"files": [
"lib/",
"src/lib",
"package.json",
"README.md",
"LICENSE-MIT"
],
"dependencies": {
"maplace-js": "^0.2.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"jquery": "~2.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-jest": "^20.0.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"jest": "^20.0.4",
"jest-cli": "^20.0.4",
"react-scripts": "^1.0.7",
"react-test-renderer": "^15.6.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test ",
"eject": "react-scripts eject"
},
"keywords": [
"React.js",
"ReactJs",
"React",
"react-component",
"google",
"map",
"maps",
"place",
"places",
"googlemap",
"googlemaps",
"google-map",
"google-maps",
"google map",
"google maps",
"maplace",
"maplacejs",
"maplace.js",
"Map",
"Marker",
"Polyline",
"Polygon",
"Circle",
"Directions",
"InfoWindow"
]
}