-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.32 KB
/
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
42
43
44
45
46
47
48
49
50
{
"name": "@appcd/plugin-titanium",
"version": "1.8.2",
"description": "Titanium SDK service for the Appc Daemon.",
"main": "./dist/index",
"author": "Appcelerator, Inc. <npmjs@appcelerator.com>",
"maintainers": [
"Chris Barber <cbarber@appcelerator.com>"
],
"license": "Apache-2.0",
"scripts": {
"build": "gulp build",
"coverage": "gulp coverage",
"docs": "gulp docs",
"prepack": "gulp build",
"test": "gulp test"
},
"dependencies": {
"chalk": "^4.1.0",
"cli-kit": "^1.9.3",
"dateformat": "^4.5.0",
"filesize": "^6.1.0",
"fs-extra": "^9.1.0",
"gawk": "^5.0.0",
"get-port": "^5.1.1",
"node-pty-prebuilt-multiarch": "^0.9.0",
"pluralize": "^8.0.0",
"prompts": "^2.4.0",
"sort-object-keys": "^1.1.3",
"source-map-support": "^0.5.19",
"titaniumlib": "^3.0.1",
"tmp": "^0.2.1",
"yauzl": "^2.10.0"
},
"devDependencies": {
"appcd-gulp": "^3.1.3"
},
"homepage": "https://github.com/appcelerator/appc-daemon",
"bugs": "https://github.com/appcelerator/appcd-plugin-titanium/issues",
"repository": "https://github.com/appcelerator/appcd-plugin-titanium",
"appcd": {
"apiVersion": "1.x || 2.x",
"config": "./conf/config.js",
"name": "titanium",
"type": "external"
},
"publishConfig": {
"access": "public"
}
}