Files
godot-asset-library/bower.json
Rémi Verschelde 2e1d2ff16f Rename last occurences of "Addonlib" to "Asset Library"
Also drop templates/index.html as advised by @bojidar-bg.
2016-08-09 09:02:33 +02:00

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"
}
}