-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
53 lines (53 loc) · 1.2 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
51
52
53
{
"name": "ioslib",
"version": "4.2.3",
"publishConfig": {
"tag": "next"
},
"description": "iOS Utility Library",
"main": "./dist/index",
"author": "Axway, Inc. <npmjs@appcelerator.com>",
"maintainers": [
"Chris Barber <cbarber@axway.com>"
],
"license": "Apache-2.0",
"keywords": [
"appcelerator",
"ios",
"iphone",
"ipad",
"xcode",
"apple"
],
"bin": "./bin/ioslib",
"scripts": {
"build": "gulp build",
"coverage": "gulp coverage",
"docs": "gulp docs",
"lint": "gulp lint",
"prepare": "gulp build",
"test": "gulp test"
},
"dependencies": {
"appcd-fs": "^2.0.2",
"appcd-path": "^2.0.3",
"appcd-subprocess": "^5.0.1",
"appcd-util": "^3.1.1",
"cli-kit": "^1.9.2",
"node-forge": "^0.10.0",
"node-ios-device": "^3.1.1",
"promise-limit": "^2.7.0",
"semver": "^7.3.4",
"simple-plist": "^1.1.1",
"source-map-support": "^0.5.19"
},
"devDependencies": {
"appcd-gulp": "^3.1.1"
},
"homepage": "https://github.com/appcelerator/ioslib",
"bugs": "https://github.com/appcelerator/ioslib/issues",
"repository": "https://github.com/appcelerator/ioslib",
"engines": {
"node": ">=10.13.0"
}
}