-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
51 lines (51 loc) · 1.18 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
{
"name": "titaniumlib",
"version": "3.0.1",
"description": "Titanium SDK Library",
"main": "./dist/index",
"author": "Axway, Inc. <[email protected]>",
"maintainers": [
"Ewan Harris <[email protected]>",
"Chris Barber <[email protected]>"
],
"license": "Apache-2.0",
"keywords": [
"axway",
"appcelerator",
"titanium",
"mobile"
],
"scripts": {
"build": "gulp build",
"coverage": "gulp coverage",
"docs": "gulp docs",
"lint": "gulp lint",
"prepare": "gulp build",
"test": "gulp test"
},
"dependencies": {
"appcd-fs": "^1.1.10",
"appcd-path": "^1.1.10",
"appcd-util": "^2.0.2",
"fs-extra": "^8.1.0",
"pluralize": "^8.0.0",
"request": "^2.88.2",
"semver": "^7.1.3",
"snooplogg": "^2.3.3",
"source-map-support": "^0.5.16",
"tmp": "^0.1.0",
"yauzl": "^2.10.0"
},
"devDependencies": {
"appcd-gulp": "^2.4.0"
},
"homepage": "https://github.com/appcelerator/titaniumlib",
"bugs": "https://github.com/appcelerator/titaniumlib/issues",
"repository": {
"type": "git",
"url": "git://github.com/appcelerator/titaniumlib.git"
},
"engines": {
"node": ">=8.10.0"
}
}