-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.php.yml
48 lines (41 loc) · 993 Bytes
/
package.php.yml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name: jphp-appgamekit-ext
version: 1.0.0
description: App Game Kit for JPHP
plugins:
- Gradle
- Doc
- Hub
deps:
jphp-runtime: "*"
devDeps:
dn-bundle-plugin: "*"
gradle:
providedDeps: ''
deps:
- 'com.badlogicgames.gdx:gdx-jnigen:2.2.0'
config:
ignore:
- /.settings/**
- /.gradle/**
- /.git/**
- /gradle/**
- /build/**
- /bundle/**
- /docs/**
- /build/**
- /.classpath
- /.project
- /package-lock.php.yml
- /package.hub.yml
doc:
url-prefix: https://github.com/FibonacciFox/jphp-appgamekit-ext/blob/master/api-docs/
langs:
ru: Русский
develnext-bundle:
version: 1.0.0
name: "App Game Kit"
author: "FibonacciFox"
icon: "develnext/bundle/appgamekit/icon32.png"
description: "Пакет для работы с App Game Kit.\nAppGameKit - это простой в освоении движок разработки игр."
group: "games"
class: "develnext\\bundle\\appgamekit\\AppGameKitBundle"