We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af667d commit 93ff241Copy full SHA for 93ff241
package.json
@@ -1,8 +1,18 @@
1
{
2
"name": "leaflet-react-track-player",
3
- "version": "0.1.0",
4
- "private": true,
+ "description": "This is plugin to react-leaflet. It create player for control of track.",
+ "version": "1.0.1",
5
+ "private": false,
6
"main": "lib/index.js",
7
+ "homepage": "https://github.com/argonavt11/leaflet-react-track-player",
8
+ "bugs": {
9
+ "url": "https://github.com/argonavt11/leaflet-react-track-player/issues",
10
+ "email": "argonavt.al@yandex.ru"
11
+ },
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "https://github.com/argonavt11/leaflet-react-track-player.git"
15
16
"dependencies": {
17
"leaflet": "^1.3.4",
18
"moment": "^2.22.2",
0 commit comments