mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 04:46:00 +10:00
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
||
"name": "coordinates-picker",
|
||
"filename": "coordinates-picker.min.js",
|
||
"version": "1.0.0",
|
||
"description": "This module allows you to show location of the address on map, and store it’s coordinates it in distinct field with custom format.",
|
||
"keywords": [
|
||
"address",
|
||
"pick",
|
||
"coordinates"
|
||
],
|
||
"contributors": [
|
||
{
|
||
"name": "Barin Britva",
|
||
"email": "barinbritva@outlook.com",
|
||
"homepage": "http://barinbritva.ru"
|
||
}
|
||
],
|
||
"repositories": [
|
||
{
|
||
"type": "git",
|
||
"url": "git://github.com/barinbritva/coordinates-picker.git"
|
||
}
|
||
],
|
||
"homepage": "https://github.com/barinbritva/coordinates-picker",
|
||
"bugs": "https://github.com/barinbritva/coordinates-picker/issues",
|
||
"licenses": [
|
||
{
|
||
"type": "MIT",
|
||
"url": "https://github.com/barinbritva/coordinates-picker/blob/master/LICENSE"
|
||
}
|
||
],
|
||
"autoupdate": {
|
||
"source": "git",
|
||
"target": "git://github.com/barinbritva/coordinates-picker.git",
|
||
"basePath": "",
|
||
"files": [
|
||
"coordinates-picker.js",
|
||
"coordinates-picker.min.js"
|
||
]
|
||
}
|
||
}
|