mirror of
https://github.com/Doodle3D/Doodle3D-API
synced 2025-01-11 04:55:09 +01:00
37 lines
761 B
JSON
37 lines
761 B
JSON
{
|
|
"name": "jquery",
|
|
"description": "JavaScript library for DOM operations",
|
|
"version": "2.1.4",
|
|
"homepage": "http://jquery.com",
|
|
"author": {
|
|
"name": "jQuery Foundation and other contributors",
|
|
"url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jquery/jquery.git"
|
|
},
|
|
"keywords": [
|
|
"jquery",
|
|
"javascript",
|
|
"browser",
|
|
"library"
|
|
],
|
|
"bugs": {
|
|
"url": "http://bugs.jquery.com"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt"
|
|
}
|
|
],
|
|
"spm": {
|
|
"main": "jquery.js"
|
|
},
|
|
"jspm": {
|
|
"main": "jquery"
|
|
},
|
|
"main": "jquery",
|
|
"registry": "github"
|
|
} |