-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 864 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 864 Bytes
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
{
"name": "@hacksawstudios/gasm",
"version": "2.2.0-rc.0",
"description": "Entity Component System",
"main": "index.js",
"scripts": {
"postinstall": "npx @hacksawstudios/haxe-module-installer",
"pretest": "haxelib newrepo && haxelib --always install tests.hxml && haxelib run travix install",
"test": "haxelib run travix node"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.hacksawstudios.com/hacksawgaming/GASM.git"
},
"author": "hacksawstudios",
"license": "MIT",
"bugs": {
"url": "https://gitlab.hacksawstudios.com/hacksawgaming/GASM/issues"
},
"homepage": "https://gitlab.hacksawstudios.com/hacksawgaming/GASM",
"devDependencies": {
"@hacksawstudios/gitlab-ci-releaser": "2.0.1",
"fs-extra": "8.1.0"
},
"dependencies": {
"@hacksawstudios/haxe-module-installer": "1.2.1"
}
}