This repository was archived by the owner on Sep 9, 2025. It is now read-only.
forked from tidev/alloy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 1.96 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 1.96 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "alloy",
"description": "Appcelerator Titanium MVC Framework",
"keywords": [
"appcelerator",
"titanium",
"alloy",
"mobile",
"ios",
"iphone",
"android",
"html5",
"appc-client"
],
"version": "1.14.5",
"author": "Appcelerator, Inc. <info@appcelerator.com>",
"maintainers": [
{
"name": "Tony Lukasavage",
"email": "tlukasavage@appcelerator.com"
}
],
"bugs": {
"url": "https://jira.appcelerator.org/browse/ALOY"
},
"repository": {
"type": "git",
"url": "http://github.com/appcelerator/alloy.git"
},
"preferGlobal": true,
"dependencies": {
"@babel/code-frame": "^7.8.3",
"@babel/core": "^7.8.4",
"@babel/generator": "^7.8.4",
"@babel/parser": "^7.8.4",
"@babel/template": "^7.8.3",
"@babel/traverse": "^7.8.4",
"@babel/types": "^7.8.3",
"async": "^2.6.3",
"chmodr": "^1.2.0",
"colors": "^1.4.0",
"commander": "^2.20.3",
"ejs": "2.5.7",
"fs-extra": "^5.0.0",
"global-paths": "^1.0.0",
"jsonlint": "1.6.2",
"lodash": "^4.17.15",
"moment": "2.20.1",
"node.extend": "2.0.2",
"pkginfo": "0.4.1",
"resolve": "^1.15.1",
"source-map": "^0.6.1",
"walk-sync": "^0.3.4",
"xml2tss": "0.0.5",
"xmldom": "^0.1.31"
},
"license": "Apache-2.0",
"bin": {
"alloy": "./bin/alloy"
},
"scripts": {
"test": "jake test:all",
"lint": "eslint ."
},
"main": "./Alloy/alloy",
"types": "./Alloy/template/lib/alloy.d.ts",
"engines": {
"node": ">=0.10"
},
"devDependencies": {
"@seadub/danger-plugin-dependencies": "^0.1.0",
"@seadub/danger-plugin-eslint": "^1.0.1",
"@seadub/danger-plugin-junit": "^0.1.2",
"@ti.types/ti.map": "^4.5.0",
"@ti.types/titanium": "^9.0.18",
"@types/backbone": "^1.4.1",
"@types/underscore": "^1.9.4",
"danger": "^7.1.4",
"diff": "^3.5.0",
"eslint": "^4.19.1",
"jake": "^8.1.1",
"mkdirp": "^0.5.1",
"typescript": "^3.8.2"
}
}