-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathinfo.json
More file actions
27 lines (27 loc) · 773 Bytes
/
info.json
File metadata and controls
27 lines (27 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "PickerInventoryTools",
"version": "1.1.16",
"factorio_version": "1.1",
"title": "Picker Inventory Tools",
"author": "Nexela",
"contact": "nexela@gmail.com",
"dependencies": [
"base >= 1.1.0",
"stdlib >= 1.4.6",
"PickerAtheneum >= 1.2.4",
"(?) AutoDeconstruct",
"(?) 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"
}
}
}