-
-
Notifications
You must be signed in to change notification settings - Fork 89
/
Copy pathpackage.json
33 lines (33 loc) · 1023 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
32
33
{
"name": "cocos-creator-joystick",
"type": "3d",
"description": "Cocos Creator Joystick Demo.",
"author": {
"email": "[email protected]",
"name": "YunYouJun",
"url": "https://www.yunyoujun.cn"
},
"scripts": {
"build": "npm run build:mac",
"build:mac": "/Applications/CocosCreator/Creator/3.0.0/CocosCreator.app/Contents/MacOS/CocosCreator --project . --build 'platform=web-mobile;debug=true'",
"build:win": "C:/CocosCreator/CocosCreator.exe --path ./ --build 'platform=web-mobile;debug=true'",
"predeploy": "npm run build",
"deploy": "yarn gh-pages",
"gh-pages": "gh-pages -d build/web-mobile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YunYouJun/cocos-creator-joystick.git"
},
"keywords": [
"demo",
"Joystick",
"Cocos",
"Creator"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/YunYouJun/cocos-creator-joystick/issues"
},
"homepage": "https://github.com/YunYouJun/cocos-creator-joystick#readme"
}