forked from LiveBy/react-leaflet-control
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 965 Bytes
/
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
{
"name": "react-leaflet-control",
"version": "1.4.0",
"description": "Dumb Empty Component for control with react leaflet",
"main": "dist/control.js",
"scripts": {
"test": "echo \"No Tests Yet\"",
"start": "babel lib -d dist"
},
"keywords": [
"react",
"leaflet",
"control",
"MapControl",
"map",
"mapbox"
],
"author": "Joel <[email protected]>",
"license": "ISC",
"peerDependencies": {
"leaflet": "^0.7.7 || ^1.0.2",
"react": "^0.14.7 || ^15.0.0 || ^16.0.0",
"react-dom": "^0.14.7 || ^15.0.0 || ^16.0.0",
"react-leaflet": "^0.11.5 || ^1.0.1"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"leaflet": "^0.7.7",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-leaflet": "^0.11.5"
},
"dependencies": {
"prop-types": "^15.5.7"
}
}