UNPKG

tarifa

Version:

Your friendly toolchain for mobile app development on top of Apache Cordova

92 lines (91 loc) 2.13 kB
{ "name": "tarifa", "version": "0.16.0", "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.4.16", "archiver": "0.21.0", "chalk": "1.1.1", "char-spinner": "1.0.1", "chokidar": "1.4.2", "color": "0.11.1", "configstore": "1.4.0", "connect": "3.4.1", "connect-livereload": "0.5.4", "cool-ascii-faces": "1.3.3", "cordova-lib": "6.0.0", "figures": "1.4.0", "find-port": "1.0.1", "findit": "2.0.0", "inquirer": "0.11.4", "interset": "0.0.2", "ios-sim": "5.0.6", "is-online": "5.0.1", "jsonlint": "1.6.2", "minimist": "1.2.0", "mkdirp": "0.5.1", "ncp": "2.0.0", "npm": "2.14.7", "plist": "1.2.0", "q": "1.4.1", "q-io": "1.13.2", "restler": "3.4.0", "rimraf": "2.5.1", "serve-static": "1.10.2", "tiny-lr-fork": "0.0.5", "tmp": "0.0.28", "untildify": "2.1.0", "uuid": "2.0.1", "valid-identifier": "0.0.1", "xcode": "0.8.3", "xml2js": "0.4.16" }, "optionalDependencies": { "node-ios-device": "0.7.1", "ios-deploy": "1.8.5" }, "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" } }