UNPKG

1.33 kBJSONView Raw
1{
2 "name": "appcelerator",
3 "version": "4.2.15",
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": "JUNIT_REPORT_PATH=junit_report.xml grunt"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/appcelerator/appc-install.git"
19 },
20 "homepage": "https://github.com/appcelerator/appc-install",
21 "keywords": [
22 "appcelerator",
23 "titanium",
24 "apibuilder",
25 "acs",
26 "appcelerator cloud",
27 "arrow"
28 ],
29 "devDependencies": {
30 "grunt": "^1.0.3",
31 "grunt-appc-js": "^1.0.19",
32 "grunt-cli": "^1.2.0",
33 "grunt-contrib-clean": "^1.0.0",
34 "grunt-env": "0.4.4",
35 "grunt-mocha-istanbul": "^5.0.2",
36 "istanbul": "^0.4.1",
37 "lodash": "^4.17.10",
38 "mocha": "^5.2.0",
39 "mocha-jenkins-reporter": "^0.3.7",
40 "should": "^8.0.2"
41 },
42 "dependencies": {
43 "async": "^1.5.0",
44 "chalk": "0.5.1",
45 "debug": "^2.1.1",
46 "npm-install-checks": "^3.0.0",
47 "pac-proxy-agent": "^3.0.0",
48 "progress": "1.1.8",
49 "request": "^2.87.0",
50 "semver": "^6.0.0",
51 "tar": "^4.4.4",
52 "which": "1.0.8"
53 },
54 "engines": {
55 "node": ">=8.0.0"
56 }
57}