forked from xavierlacot/alloy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.12 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
{
"name": "alloy",
"description": "Appcelerator Titanium MVC Framework",
"keywords": [
"appcelerator",
"titanium",
"alloy",
"mobile",
"ios",
"iphone",
"android",
"blackberry",
"html5",
"mobileweb",
"appc-client"
],
"version": "1.7.0-dev",
"author": "Appcelerator, Inc. <[email protected]>",
"maintainers": [
{"name":"Tony Lukasavage","email":"[email protected]"}
],
"repository": {
"type": "git",
"url": "http://github.com/appcelerator/alloy.git"
},
"preferGlobal": true,
"dependencies": {
"colors": "0.6.0-1",
"pkginfo": "0.2.2",
"commander": "0.6.1",
"wrench": "1.3.9",
"xmldom": "0.1.19",
"jsonlint": "1.5.1",
"uglify-js": "2.4.15",
"source-map": "0.1.9",
"xml2tss": "0.0.5",
"moment": "2.7.0",
"node.extend": "1.0.10"
},
"license":"Apache Public License v2",
"bin": {
"alloy": "./bin/alloy"
},
"scripts": {
"test": "jake test:all"
},
"main": "./Alloy/alloy",
"engines": {
"node": ">=0.8"
}
}