-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpack.yaml
32 lines (32 loc) · 1.24 KB
/
pack.yaml
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
28
29
30
31
32
---
# Pack reference. It can only contain lowercase letters, digits and underscores.
# This attribute is only needed if "name" attribute contains special characters.
ref: snow
# User-friendly pack name. If this attribute contains spaces or any other special characters, then
# the "ref" attribute must also be specified (see above).
name: ServiceNow Custom Pack
# User-friendly pack description.
description: ServiceNow Simple pack containing examples of rule, and action.
# Keywords which are used when searching for packs.
keywords:
- snow
- ServiceNow
# Pack version which must follow semver format (<major>.<minor>.<patch> e.g. 1.0.0)
version: 3.8.0
# A list of major Python versions pack is tested with and works with.
python_versions:
- "2"
- "3"
# New in StackStorm 3.2
# Specify a list of dependency packs to install. If the pack is in StackStorm Exchange you can use
# the pack name, or you can specify a full Git repository URL. Optionally, you can specify the
# exact version, tag, or branch.
dependencies:
- core
# Name of the pack author.
author: StackStorm, Inc.
# Email of the pack author.
email: info@stackstorm.com
# Optional list of additional contributors to the pack.
contributors:
- "Mohit Singhal <mohitsinghal55478@gmail.com>"