forked from trimethyl/trimethyl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.5 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
{
"name": "trimethyl",
"description": "Alloy+Titanium toolchain with superpowers",
"version": "5.9.1",
"author": "Flavio De Stefano <[email protected]>",
"contributors": [
{
"name": "Flavio De Stefano",
"email": "[email protected]"
},
{
"name": "Andrea Jonus",
"email": "[email protected]"
},
{
"name": "Ani Sinanaj",
"email": "[email protected]"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/trimethyl/trimethyl"
},
"keywords": [
"titanium",
"alloy",
"toolchain",
"framework",
"ios",
"android"
],
"bugs": {
"url": "https://github.com/trimethyl/trimethyl/issues"
},
"scripts": {
"hint": "jshint framework --exclude framework/ext",
"gendoc": "./gendoc.sh",
"patch": "./publisher.sh patch"
},
"bin": {
"trimethyl": "./cli.js"
},
"dependencies": {
"async": "^2.1.2",
"colors": "^1.0.3",
"commander": "^2.7.1",
"fs-extended": "^0.2.0",
"inquirer": "^0.12.0",
"prompt": "^0.3.0",
"q": "^1.4.1",
"rrule": "https://github.com/trimethyl/rrule",
"tiapp.xml": "^0.2.2",
"underscore": "^1.8.3",
"underscore.string": "^3.3.4",
"universal-analytics": "^0.4.6",
"update-notifier": "^0.3.1"
},
"devDependencies": {
"jsdoc": "^3.4.0",
"jsdoc-dash-template": "^1.2.0",
"jshint": "^2.9.2"
},
"jshintConfig": {
"-W041": false
},
"ua": "UA-85628438-1"
}