mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 18:56:05 +10:00
39 lines
951 B
JSON
39 lines
951 B
JSON
{
|
|
"name": "userinfo",
|
|
"filename": "userinfo.min.js",
|
|
"description": "Userinfo is a wrapper for the userinfo.io API which helps you get the IP address and geolocation information on your users.",
|
|
"version": "1.0.0",
|
|
"homepage": "https://github.com/vdurmont/userinfo-js",
|
|
"keywords": [
|
|
"ip",
|
|
"geolocation",
|
|
"location"
|
|
],
|
|
"author": {
|
|
"name": "Vincent DURMONT",
|
|
"email": "vdurmont@gmail.com",
|
|
"url": "http://vincent-durmont.com/"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "git://github.com/vdurmont/userinfo-js.git"
|
|
}
|
|
],
|
|
"bugs": "https://github.com/vdurmont/userinfo-js/issues",
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/vdurmont/userinfo-js/blob/master/LICENSE.md"
|
|
}
|
|
],
|
|
"autoupdate": {
|
|
"source": "git",
|
|
"target": "git://github.com/vdurmont/userinfo-js.git",
|
|
"basePath": "dist",
|
|
"files": [
|
|
"userinfo.min.js"
|
|
]
|
|
}
|
|
}
|