forked from rotorz/unity3d-tile-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.44 KB
/
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
{
"name": "@rotorz/unity3d-tile-system",
"version": "1.0.1",
"description": "A tile system extension for the Unity game engine supporting 2D and 3D tiles.",
"main": "index.js",
"scripts": {
"clean-wiki-output": "github-wiki-from-markdown-book clean",
"build-wiki-output": "github-wiki-from-markdown-book build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/rotorz/unity3d-tile-system"
},
"author": "Rotorz Limited",
"license": "MIT",
"keywords": [
"unity3d",
"unity3d-package"
],
"dependencies": {
"@rotorz/dotnet-exception-utils": "github:rotorz/dotnet-exception-utils#semver:^1.0.0",
"@rotorz/dotnet-json": "github:rotorz/dotnet-json#semver:^1.0.0",
"@rotorz/unity3d-custom-popup": "github:rotorz/unity3d-custom-popup#semver:^1.0.0",
"@rotorz/unity3d-editor-menu": "github:rotorz/unity3d-editor-menu#semver:^1.0.0",
"@rotorz/unity3d-localized-strings": "github:rotorz/unity3d-localized-strings#semver:^1.0.0",
"@rotorz/unity3d-package-utils": "github:rotorz/unity3d-package-utils#semver:^1.0.0",
"@rotorz/unity3d-reorderable-list": "github:rotorz/unity3d-reorderable-list#semver:^1.0.0",
"@rotorz/unity3d-utils": "github:rotorz/unity3d-utils#semver:^1.0.0"
},
"devDependencies": {
"fs-extra": "^4.0.2",
"github-wiki-from-markdown-book": "^1.0.0",
"glob": "^7.1.2",
"nunjucks": "^3.0.1"
}
}