forked from tidev/alloy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.52 KB
/
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
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
{
"name": "alloy",
"description": "Appcelerator Titanium MVC Framework",
"keywords": [
"appcelerator",
"titanium",
"alloy",
"mobile",
"ios",
"iphone",
"android",
"blackberry",
"html5",
"mobileweb",
"appc-client"
],
"version": "1.10.3",
"author": "Appcelerator, Inc. <[email protected]>",
"maintainers": [
{
"name": "Tony Lukasavage",
"email": "[email protected]"
}
],
"bugs": {
"url": "https://jira.appcelerator.org/browse/ALOY"
},
"repository": {
"type": "git",
"url": "http://github.com/appcelerator/alloy.git"
},
"preferGlobal": true,
"dependencies": {
"async": "^2.4.0",
"babel-core": "^6.24.1",
"babel-traverse": "^6.23.1",
"babel-types": "^6.23.0",
"babylon": "^6.16.1",
"chmodr": "^1.0.2",
"colors": "0.6.0-1",
"commander": "0.6.1",
"deasync": "^0.1.9",
"ejs": "2.3.4",
"fs-extra": "^3.0.1",
"global-paths": "^0.1.2",
"jsonlint": "1.5.1",
"moment": "2.17.1",
"node.extend": "1.0.10",
"pkginfo": "0.2.2",
"resolve": "^1.1.7",
"source-map": "0.1.9",
"walk-sync": "^0.3.2",
"xml2tss": "0.0.5",
"xmldom": "0.1.19"
},
"license": "Apache-2.0",
"bin": {
"alloy": "./bin/alloy"
},
"scripts": {
"pretest": "eslint .",
"test": "jake test:all"
},
"main": "./Alloy/alloy",
"engines": {
"node": ">=0.10"
},
"devDependencies": {
"diff": "^2.2.2",
"eslint": "^3.11.1",
"jake": "^8.0.12",
"mkdirp": "^0.5.1"
}
}