-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 990 Bytes
/
package.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
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "ganary",
"version": "1.0.14",
"description": "A project to test GMS functions across runtime on all platforms",
"main": "index.js",
"scripts": {
"preversion": "git fetch --tags",
"import": "npx stitch merge --source='E:/repos/Games/bscotch-pack/BscotchPack' --ifFolderMatches=Olympus -f",
"postversion": "git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org:bscotchRepos/gms_runtime_checker.git"
},
"keywords": [
"gml"
],
"GamePipe": {
"title": "Ganary",
"slug": "ganary",
"yyp": "Ganary/Ganary.yyp",
"localAppDataDirectory": "Ganary",
"modules": [
{
"repo": "git@bitbucket.org:bscotchRepos/bscotch-pack.git",
"names": [
"Ganary",
"Olympus"
],
"branch": "develop",
"revision": "283e72c9e5cd843f46d4402d03293290697fe1bd"
}
]
},
"author": "Shi Chen",
"license": "MIT",
"dependencies": {}
}