mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-02-17 10:41:34 +01:00
19 lines
308 B
JSON
19 lines
308 B
JSON
{
|
|
"name": "uwidget",
|
|
"version": "0.0.1",
|
|
"devDependencies": {
|
|
"jquery": "~1.10.0"
|
|
},
|
|
"keywords": [
|
|
"widget",
|
|
"API",
|
|
"jquery"
|
|
],
|
|
"author": {
|
|
"name": "Guillaume Potier",
|
|
"email": "guillaume@wisembly.com",
|
|
"url": "http://guillaumepotier.com/"
|
|
},
|
|
"license": "MIT"
|
|
}
|