-
Notifications
You must be signed in to change notification settings - Fork 15
/
info.json
25 lines (25 loc) · 887 Bytes
/
info.json
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
{
"name": "PickerExtended",
"version": "4.1.5",
"factorio_version": "1.1",
"title": "Picker Extended Version",
"author": "Nexela, Tinyboss",
"contact": "nexela@gmail.com",
"dependencies": [
"base >= 1.1.0",
"stdlib >= 1.4.6",
"PickerAtheneum >= 1.0.0"
],
"homepage": "https://forums.factorio.com/viewtopic.php?f=93&t=14695",
"description": "Enhances the players pipette tool with features such as quick blueprints, quick planners, ghost reviving, entity moving, orphan finding and more",
"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"
}
}
}