forked from game-ci/unity-license-activate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 762 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": "unity-license-activate",
"version": "0.3.4",
"description": "",
"main": "./lib/activate.js",
"repository": {
"type": "git",
"url": "git+https://github.com/game-ci/unity-license-activate.git"
},
"bugs": {
"url": "https://github.com/game-ci/unity-license-activate/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "MizoTake & Jen-Chieh Shen",
"license": "apache-2.0",
"preferGlobal": true,
"dependencies": {
"puppeteer": "2.0.0"
},
"files": [
"lib"
],
"homepage": "https://github.com/game-ci/unity-license-activate#readme",
"directories": {
"lib": "lib"
},
"devDependencies": {},
"bin": {
"unity-license-activate": "./lib/cli.js"
}
}