UNPKG

1.32 kBJSONView Raw
1{
2 "name": "appcelerator",
3 "version": "5.0.0",
4 "description": "Appcelerator Platform Software installer",
5 "main": "index.js",
6 "author": "Jeff Haynie",
7 "license": "SEE LICENSE IN LICENSE",
8 "preferGlobal": true,
9 "bin": {
10 "appc": "./bin/appc",
11 "appcelerator": "./bin/appc"
12 },
13 "scripts": {
14 "test": "cross-env APPC_TEST=1 JUNIT_REPORT_PATH=junit_report.xml nyc mocha test/**/*_test.js",
15 "lint": "eslint ."
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/appcelerator/appc-install.git"
20 },
21 "homepage": "https://github.com/appcelerator/appc-install",
22 "keywords": [
23 "appcelerator",
24 "titanium",
25 "apibuilder",
26 "acs",
27 "appcelerator cloud",
28 "arrow"
29 ],
30 "devDependencies": {
31 "cross-env": "^5.2.0",
32 "eslint": "^6.2.1",
33 "eslint-config-axway": "^4.3.0",
34 "eslint-plugin-mocha": "^6.1.0",
35 "lodash": "^4.17.15",
36 "mocha": "^5.2.0",
37 "mocha-jenkins-reporter": "^0.4.1",
38 "nyc": "^14.1.1",
39 "should": "^8.0.2"
40 },
41 "dependencies": {
42 "async": "^1.5.0",
43 "chalk": "0.5.1",
44 "debug": "^2.1.1",
45 "npm-install-checks": "^3.0.0",
46 "pac-proxy-agent": "^3.0.0",
47 "progress": "1.1.8",
48 "request": "^2.87.0",
49 "semver": "^6.0.0",
50 "tar": "^4.4.4"
51 },
52 "engines": {
53 "node": ">=10.13.0"
54 }
55}