mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 10:47:12 +10:00
48 lines
803 B
JSON
48 lines
803 B
JSON
{
|
|
"name": "opal-jquery",
|
|
"filename": "opal-jquery.min.js",
|
|
"version": "0.0.8",
|
|
"description": "jQuery for Opal",
|
|
"homepage": "http://opalrb.org",
|
|
"keywords": [
|
|
"opal",
|
|
"opal.js",
|
|
"opalrb",
|
|
"ruby",
|
|
"compiler",
|
|
"javascript",
|
|
"language",
|
|
"opal-jquery",
|
|
"jquery"
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/opal/opal-jquery/blob/master/LICENSE"
|
|
}
|
|
],
|
|
|
|
"maintainers": [
|
|
{
|
|
"name": "Adam Beynon",
|
|
"web": "https://github.com/adambeynon"
|
|
},
|
|
{
|
|
"name": "Elia Schito",
|
|
"web": "http://elia.schito.me"
|
|
}
|
|
],
|
|
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/opal/opal-jquery"
|
|
}
|
|
],
|
|
|
|
"dependencies": {
|
|
"opal": "0.3.43"
|
|
}
|
|
|
|
}
|