mirror of
https://github.com/godotengine/godot-asset-library.git
synced 2026-01-04 14:10:53 +03:00
20 lines
375 B
JSON
20 lines
375 B
JSON
{
|
|
"name": "godot-asset-library",
|
|
"homepage": "https://github.com/godotengine/asset-library",
|
|
"description": "",
|
|
"main": "",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"bootstrap": "3",
|
|
"blueimp-file-upload": "jquery-file-upload#^9.12.3"
|
|
}
|
|
}
|