forked from bscotch/olympus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 800 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
{
"name": "olympus",
"version": "0.1.0",
"description": "Testing framework for GMS 2.3.1+ projects with useful features",
"scripts": {
"preversion": "git fetch --tags",
"postversion": "git push --follow-tags"
},
"repository": {
"type": "git",
"url": "https://github.com/bscotch/olympus.git"
},
"keywords": [
"gml"
],
"GamePipe": {
"title": "Olympus",
"slug": "Olympus",
"yyp": "src/Olympus.yyp",
"localAppDataDirectory": "Olympus",
"modules": [
{
"repo": "git@github.com:bscotch/bscotch-pack.git",
"names": [
"Olympus"
],
"branch": "develop",
"revision": "541f84d456d9abbc457dfec929f5bd7392a1d339"
}
]
},
"author": "Shi Chen",
"license": "MIT",
"dependencies": {}
}