-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 1000 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
{
"name": "@rotorz/unity3d-localized-strings",
"version": "1.0.4",
"description": "A lightweight localization framework for Unity editor scripts.",
"main": "index.js",
"bin": {
"extract-strings": "./scripts/extract-strings.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/rotorz/unity3d-localized-strings"
},
"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-localized-strings": "github:rotorz/dotnet-localized-strings#semver:^1.0.1",
"@rotorz/dotnet-type-utils": "github:rotorz/dotnet-type-utils#semver:^1.0.2",
"@rotorz/unity3d-package-utils": "github:rotorz/unity3d-package-utils#semver:^1.0.1",
"commander": "^2.18.0",
"glob": "^7.1.3",
"js-yaml": "^3.12.0"
}
}