UNPKG

nativeloop

Version:

⭐ Axway Amplify module for using nativeloop with Appcelerator Titanium SDK Framework

102 lines (101 loc) 2.77 kB
{ "name": "nativeloop", "version": "1.0.39", "description": "⭐ Axway Amplify module for using nativeloop with Appcelerator Titanium SDK Framework", "keywords": [ "axway", "appcelerator", "titanium", "mobile", "turbo", "sdk", "plugin", "amplify", "api-builder", "appcelerator-titanium", "titanium-sdk", "titanium-mobile", "titanium-module", "axway-sdk", "axway-amplify", "brenton-house" ], "homepage": "https://brenton.house/saying-goodbye-to-axway-amplify-titanium-31a44f3671de", "bugs": { "url": "https://github.com/mobilehero-archive/nativeloop/issues" }, "license": "MIT", "author": { "name": "Brenton House", "email": "brenton.house@gmail.com", "url": "https://github.com/brentonhouse" }, "main": "./core.js", "scripts": { "lint": "eslint . --fix", "list": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz", "prep": "npm install --ignore-scripts", "test": "npm run prep", "prepublishOnly": "git pull && npm test && bump insane", "prepublishOnly2": "git pull && npm test && npm audit fix && bump insane" }, "repository": { "type": "git", "url": "git://github.com/mobilehero-archive/nativeloop-cli.git" }, "devDependencies": { "semver": "^7.3.6" }, "engines": { "node": ">=0.10" }, "dependencies": { "@geek/cache": "^1.0.2", "@geek/config": "^1.0.1", "@geek/dotenv": "^0.0.9", "@geek/eslint-config": "^1.0.3", "@geek/jsonc": "^1.0.8", "@geek/jwt": "^1.0.1", "@geek/logger": "^1.0.19", "@geek/npm": "0.0.3", "@geek/retry": "^1.0.0", "@geek/spawn": "^1.0.2", "@geek/spinner": "^1.0.2", "@geek/tld": "^2.0.1-1", "@titanium/appcelerator": "^6.0.43", "@titanium/bluebird": "^3.7.47", "@titanium/errors": "^1.0.46", "@titanium/essentials": "^1.0.75", "@titanium/events": "^1.0.53", "@titanium/eventsource": "^1.0.48", "@titanium/jwt": "^1.0.45", "@titanium/module-copier": "^1.0.50", "@titanium/please": "^1.0.53", "@titanium/polyfill": "^1.0.51", "@titanium/querystring": "^1.0.43", "@titanium/tiapp-xml": "^1.0.53", "@titanium/titanium": "^5.4.52", "@titanium/turbo": "^2.2.70", "babel-core": "^6.26.3", "babel-preset-es2015": "^6.22.0", "bluebird": "^3.7.2", "chalk": "^5.0.1", "conf": "^10.1.2", "debug": "^4.3.4", "env-paths": "^3.0.0", "figures": "^4.0.1", "findit": "^2.0.0", "fs-extra": "^10.0.1", "global-paths": "^1.0.0", "hjson": "^3.2.2", "lodash": "^4.17.21", "path-exists": "^5.0.0", "resolve": "^1.22.0", "temp": "^0.9.4", "yargs": "^17.4.1" }, "bin": { "native": "cli.js", "nativeloop": "cli.js" } }