forked from Nexela/PickerInventoryTools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.json
More file actions
21 lines (21 loc) · 767 Bytes
/
info.json
File metadata and controls
21 lines (21 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "PickerInventoryTools",
"version": "1.1.4",
"factorio_version": "0.18",
"title": "Picker Inventory Tools",
"author": "Nexela",
"contact": "nexela@gmail.com",
"dependencies": ["base >= 0.18.0", "stdlib >= 1.0.0", "PickerAtheneum >= 1.0.0", "(?) packing-tape"],
"homepage": "",
"description": "Quick Inventory filtering and sorting",
"package": {
"ignore": [],
"scripts": {
"datestamp": "../PickerAtheneum/.publish/datestamp.sh",
"prepackage": "../PickerAtheneum/.publish/prepackage.sh",
"prepublish": "../PickerAtheneum/.publish/prepublish.sh",
"publish": "../PickerAtheneum/.publish/publish.sh",
"version": "../PickerAtheneum/.publish/version.sh"
}
}
}