Create bower.json

master
Brett O'Donnell 2015-08-08 01:16:50 +09:30
parent 91e1bbd8c4
commit 16341b310f
1 changed files with 20 additions and 0 deletions

20
bower.json Normal file
View File

@ -0,0 +1,20 @@
{
"name": "bags",
"version": "1.0.1",
"homepage": "https://cornernote.github.io/minetest-bags/",
"description": "Attach bags to your inventory to increase item storage capacity.",
"main": "init.lua",
"keywords": [
"bags"
],
"authors": [
"cornernote"
],
"license": "GPL",
"dependencies": {
"inventory_plus": "~1.0.0"
},
"ignore": [
"**/.*"
]
}