forked from YunYouJun/cocos-creator-joystick
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 894 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
{
"name": "cocos-creator-joystick",
"version": "0.0.2",
"description": "Cocos Creator Joystick Demo.",
"main": "index.js",
"scripts": {
"build": "npm run build:mac || npm run build:win",
"build:mac": "/Applications/CocosCreator.app/Contents/MacOS/CocosCreator --path ./ --build 'platform=web-mobile;debug=true'",
"build:win": "C:/CocosCreator/CocosCreator.exe --path ./ --build 'platform=web-mobile;debug=true'",
"predeploy": "npm run build",
"deploy": "gh-pages -d build/web-mobile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YunYouJun/cocos-creator-joystick.git"
},
"keywords": [
"Joystick",
"Cocos"
],
"author": "YunYouJun",
"license": "MIT",
"bugs": {
"url": "https://github.com/YunYouJun/cocos-creator-joystick/issues"
},
"homepage": "https://github.com/YunYouJun/cocos-creator-joystick#readme"
}