UNPKG

1.3 kBJSONView Raw
1{
2 "name": "appcelerator",
3 "version": "0.3.56",
4 "description": "Appcelerator Platform Software installer",
5 "main": "index.js",
6 "author": "Jeff Haynie",
7 "license": "Appcelerator Software License (non-open source)",
8 "preferGlobal": true,
9 "bin": {
10 "appc": "./bin/appc",
11 "appcelerator": "./bin/appc"
12 },
13 "scripts": {
14 "test": "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": "^0.4.5",
31 "grunt-contrib-clean": "^0.6.0",
32 "grunt-contrib-jshint": "^0.10.0",
33 "grunt-env": "^0.4.2",
34 "grunt-kahvesi": "0.2.0-dev2",
35 "grunt-mocha-test": "^0.12.1",
36 "should": "^4.0.4",
37 "lodash": "^2.4.1"
38 },
39 "bundleDependencies": [
40 "request",
41 "chalk",
42 "progress",
43 "tar",
44 "which",
45 "debug",
46 "lodash",
47 "request"
48 ],
49 "dependencies": {
50 "chalk": "0.5.1",
51 "debug": "^2.1.1",
52 "progress": "1.1.8",
53 "request": "^2.55.0",
54 "tar": "1.0.3",
55 "which": "1.0.8",
56 "semver": "~3.0.1"
57 },
58 "engines": {
59 "node": ">= 0.10.0"
60 }
61}