-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 973 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
34
35
36
37
38
39
40
41
{
"name": "clockwork-tools",
"version": "1.9.4",
"description": "CLI tools for developing Clockwork games",
"main": "index.js",
"bin": {
"clockwork": "./index.js"
},
"files": [
"template"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arcadiogarcia/ClockworkTools.git"
},
"keywords": [
"clockwork",
"gamedev"
],
"author": "Arcadio Garcia",
"license": "MIT",
"preferGlobal": true,
"bugs": {
"url": "https://github.com/arcadiogarcia/ClockworkTools/issues"
},
"homepage": "https://github.com/arcadiogarcia/ClockworkTools#readme",
"dependencies": {
"@clockwork/geardoc": "^0.1.2",
"archiver": "^1.3.0",
"clockwork-uwp-bridge": "^0.1.4",
"clockwork-web-bridge": "^0.2.16",
"fs-extra": "^7.0.1",
"ncp": "^2.0.0",
"prompt": "^1.0.0",
"request": "^2.81.0",
"xml2js": "^0.4.19"
}
}