-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.04 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.04 KB
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
{
"name": "@rotorz/unity3d-reorderable-list",
"version": "1.0.2",
"description": "List control for Unity allowing editor developers to add reorderable list controls to their GUIs.",
"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-reorderable-list"
},
"author": "Rotorz Limited",
"license": "MIT",
"keywords": [
"unity3d",
"unity3d-package"
],
"dependencies": {
"@rotorz/dotnet-exception-utils": "github:rotorz/dotnet-exception-utils#semver:^1.0.3",
"@rotorz/dotnet-type-utils": "github:rotorz/dotnet-type-utils#semver:^1.0.2",
"@rotorz/unity3d-editor-menu": "github:rotorz/unity3d-editor-menu#semver:^1.0.1",
"@rotorz/unity3d-utils": "github:rotorz/unity3d-utils#semver:^1.0.1"
},
"devDependencies": {
"github-wiki-from-markdown-book": "^1.0.0"
}
}