This repository has been archived by the owner on Apr 6, 2022. It is now read-only.
forked from vdebergue/tarifa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.08 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "tarifa",
"version": "0.17.0-dev",
"author": "Paul Panserrieu <paul@42loops.com>",
"description": "Your friendly toolchain for mobile app development on top of Apache Cordova",
"repository": {
"type": "git",
"url": "https://github.com/TarifaTools/tarifa.git"
},
"bugs": "https://github.com/TarifaTools/tarifa/issues",
"keywords": [
"cordova",
"toolchain",
"mobile",
"ios",
"android",
"browser",
"windows",
"cli",
"worflow"
],
"bin": {
"tarifa": "bin/cmd.js"
},
"preferGlobal": "true",
"license": "Apache-2.0",
"contributors": [
{
"name": "Vincent Velociter",
"email": "vincent.velociter@gmail.com"
},
{
"name": "Baptiste Morelle"
}
],
"homepage": "http://tarifa.tools",
"dependencies": {
"appium": "1.5.2",
"archiver": "1.0.0",
"chalk": "1.1.3",
"char-spinner": "1.0.1",
"chokidar": "1.4.3",
"color": "0.11.1",
"configstore": "2.0.0",
"connect": "3.4.1",
"connect-livereload": "0.5.4",
"cool-ascii-faces": "1.3.4",
"cordova-lib": "8.1.1",
"figures": "1.5.0",
"find-port": "2.0.1",
"findit": "2.0.0",
"inquirer": "1.0.2",
"interset": "0.0.2",
"ios-sim": "5.0.8",
"is-online": "5.1.1",
"jsonlint": "1.6.2",
"minimist": "1.2.0",
"mkdirp": "0.5.1",
"ncp": "2.0.0",
"npm": "3.8.6",
"plist": "1.2.0",
"q": "1.4.1",
"q-io": "1.13.2",
"restler": "3.4.0",
"rimraf": "2.5.2",
"serve-static": "1.10.2",
"tiny-lr-fork": "0.0.5",
"tmp": "0.0.28",
"untildify": "2.1.0",
"uuid": "2.0.2",
"valid-identifier": "0.0.1",
"xcode": "0.8.4",
"xml2js": "0.4.16"
},
"optionalDependencies": {
"node-ios-device": "0.8.3",
"ios-deploy": "1.8.6"
},
"scripts": {
"test": "tape test",
"test-run": "tape test/cli/run.js",
"test-sign": "tape test/cli/sign.js",
"test-ios": "tape test/cli/test-ios.js",
"test-android": "tape test/cli/test-android.js"
},
"devDependencies": {
"cat-names": "1.0.2",
"tape": "4.4.0",
"tape-spawn": "1.4.1"
}
}