forked from appcelerator-archive/titanium-code-processor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1004 Bytes
/
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
{
"name": "titanium-code-processor",
"description": "A code processing tool for Titanium Mobile",
"author": {
"name": "Appcelerator, Inc.",
"email": "info@appcelerator.com"
},
"maintainers": [
{
"name": "Chris Barber",
"email": "cbarber@appcelerator.com"
},
{
"name": "Allen Yeung",
"email": "ayeung@appcelerator.com>"
}
],
"version": "1.2.0",
"homepage": "https://github.com/appcelerator/titanium-code-processor",
"repository": {
"type": "git",
"url": "https://github.com/appcelerator/titanium-code-processor.git"
},
"scripts": {
},
"bin": "bin/codeprocessor",
"main": "lib/CodeProcessor.js",
"dependencies": {
"uglify-js": "2.x.x",
"wrench": "1.x.x",
"winston": "0.7.x",
"async": "0.2.x",
"mu2": "0.5.x",
"colors": "0.6.x",
"source-map": "0.1.x",
"node-appc": "0.1.30",
"semver": "2.1.x",
"es6-shim": "0.9.x"
},
"devDependencies": {
"commander": "1.2.x",
"dnode": "1.0.x",
"should": "1.2.x"
},
"engine": {
"node": ">=0.8"
}
}