-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
23 lines (23 loc) · 816 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
{
"name": "unity-bootstrap",
"version": "0.0.1",
"description": "Base project to bootstrap your new Unity5 project",
"main": "index.js",
"author": "Ha.Minh",
"license": "MIT",
"scripts": {
"unity": "rm -fr node_modules && DIR=`pwd` yarn install --flat --prod"
},
"dependencies": {
"minimist": "ssh://github.com/substack/minimist.git#0.0.8",
"mkdirp": "ssh://github.com/substack/node-mkdirp.git#0.5.1",
"ncp": "ssh://github.com/AvianFlu/ncp.git#v2.0.0",
"uboostrap-texturedithering": "ssh://github.com/minhhh/unity-texture-dither.git#v0.0.2",
"uboostrap-webp": "ssh://github.com/minhhh/UBootstrap.Webp.git#v0.0.2",
"ubootstrap-core": "ssh://github.com/minhhh/UBootstrap.Core.git#v0.0.3"
},
"resolutions": {
"ubootstrap-core": "0.0.3",
"mkdirp": "0.5.1"
}
}