-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
35 lines (35 loc) · 1.01 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
{
"name": "react-leaflet-div-icon",
"version": "1.1.0",
"description": "marker that will use children as the content if the marker.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel div-icon.js > index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jgimbel/react-leaflet-div-icon.git"
},
"author": "Joel Gimbel <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/jgimbel/react-leaflet-div-icon/issues"
},
"homepage": "https://github.com/jgimbel/react-leaflet-div-icon#readme",
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.5.0"
},
"peerDependencies": {
"leaflet": "^1.3.0",
"react": "^0.14.0 || ^15.0.0 || ^16.0.0-rc",
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0-rc",
"react-leaflet": "^2.0.0"
},
"dependencies": {
"prop-types": "^15.5.10"
}
}