-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 1018 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
{
"name": "karma-titanium-launcher",
"version": "0.9.0-1",
"description": "A Karma plugin. Launcher for Axway Titanium.",
"main": "index.js",
"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"lint": "eslint lib",
"test": "npm run lint"
},
"keywords": [
"karma-launcher",
"karma-plugin",
"titanium"
],
"author": "Axway Appcelerator",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/appcelerator/karma-titanium-launcher.git"
},
"bugs": {
"url": "https://github.com/appcelerator/karma-titanium-launcher/issues"
},
"homepage": "https://github.com/appcelerator/karma-titanium-launcher#readme",
"dependencies": {
"axios": "^0.27.2",
"extract-zip": "^2.0.1",
"fs-extra": "^10.1.0",
"node-titanium-sdk": "^5.1.6",
"titanium-karma-client": "^0.2.6",
"which": "^2.0.2"
},
"devDependencies": {
"eslint": "^8.19.0",
"eslint-config-axway": "^7.0.1"
}
}