2017-03-17 02:13:54 +03:00
|
|
|
{
|
2017-03-17 13:51:20 +03:00
|
|
|
"name": "nativescript-cloud",
|
2020-06-03 09:41:03 +03:00
|
|
|
"version": "1.21.2",
|
2017-03-17 02:13:54 +03:00
|
|
|
"description": "Used for cloud support in NativeScript CLI",
|
|
|
|
"main": "lib/bootstrap.js",
|
|
|
|
"scripts": {
|
2017-09-13 11:47:25 +03:00
|
|
|
"test": "node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- --recursive --reporter spec-xunit-file --require test/test-bootstrap.js --timeout 1000 test/",
|
2019-04-02 01:49:34 +03:00
|
|
|
"tslint": "tslint -p tsconfig.json -e 'node_modules/**/*'",
|
|
|
|
"tslint-fix": "tslint -p tsconfig.json --fix -e 'node_modules/**/*'"
|
2017-03-17 02:13:54 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-03-17 13:51:20 +03:00
|
|
|
"url": "git+https://github.com/NativeScript/nativescript-cloud.git"
|
2017-03-17 02:13:54 +03:00
|
|
|
},
|
|
|
|
"author": "Progress <support@telerik.com>",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"bugs": {
|
2017-03-17 13:51:20 +03:00
|
|
|
"url": "https://github.com/NativeScript/nativescript-cloud/issues"
|
2017-03-17 02:13:54 +03:00
|
|
|
},
|
2017-03-17 13:51:20 +03:00
|
|
|
"homepage": "https://github.com/NativeScript/nativescript-cloud#readme",
|
2017-03-17 02:13:54 +03:00
|
|
|
"devDependencies": {
|
2017-10-27 18:22:55 +03:00
|
|
|
"@types/chai": "4.0.1",
|
|
|
|
"@types/chai-as-promised": "0.0.31",
|
2019-06-27 11:03:11 +03:00
|
|
|
"@types/minimatch": "3.0.3",
|
2018-10-01 18:07:58 +03:00
|
|
|
"@types/node": "8.10.30",
|
2017-03-17 02:13:54 +03:00
|
|
|
"@types/node-forge": "0.6.7",
|
2019-01-10 23:53:52 +03:00
|
|
|
"@types/promise-retry": "1.1.3",
|
2018-05-28 17:14:17 +03:00
|
|
|
"@types/randomstring": "1.1.6",
|
2019-08-13 11:22:25 +03:00
|
|
|
"@types/semver": "5.5.0",
|
2017-03-17 02:13:54 +03:00
|
|
|
"@types/source-map": "0.5.0",
|
|
|
|
"@types/uuid": "2.0.29",
|
2019-01-06 16:04:37 +03:00
|
|
|
"@types/ws": "6.0.1",
|
2017-03-17 02:13:54 +03:00
|
|
|
"chai": "3.5.0",
|
2017-10-27 18:22:55 +03:00
|
|
|
"chai-as-promised": "7.0.0",
|
2017-03-17 02:13:54 +03:00
|
|
|
"grunt": "1.0.1",
|
|
|
|
"grunt-contrib-clean": "1.0.0",
|
|
|
|
"grunt-contrib-copy": "1.0.0",
|
|
|
|
"grunt-contrib-watch": "1.0.0",
|
|
|
|
"grunt-shell": "1.3.0",
|
2019-04-02 01:49:34 +03:00
|
|
|
"grunt-ts": "6.0.0-beta.22",
|
2017-03-17 02:13:54 +03:00
|
|
|
"istanbul": "0.4.5",
|
2017-09-13 11:47:25 +03:00
|
|
|
"mocha": "3.5.3",
|
|
|
|
"mocha-typescript": "1.1.8",
|
2017-03-17 13:28:35 +03:00
|
|
|
"nativescript": "https://github.com/NativeScript/nativescript-cli/tarball/master",
|
2017-03-17 02:13:54 +03:00
|
|
|
"should": "7.0.2",
|
|
|
|
"spec-xunit-file": "0.0.1-3",
|
2019-04-02 01:49:34 +03:00
|
|
|
"tslint": "5.14.0",
|
|
|
|
"typescript": "3.4.1"
|
2017-03-17 02:13:54 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-06-06 15:29:20 +03:00
|
|
|
"aws4": "1.6.0",
|
2017-09-29 14:07:25 +03:00
|
|
|
"cli-table": "https://github.com/telerik/cli-table/tarball/v0.3.1.2",
|
2017-03-17 02:13:54 +03:00
|
|
|
"cookie": "0.3.1",
|
|
|
|
"lodash": "4.17.4",
|
2017-05-09 19:58:06 +03:00
|
|
|
"minimatch": "3.0.4",
|
2019-11-13 17:05:23 +03:00
|
|
|
"nativescript-doctor": "1.12.0",
|
2017-03-17 02:13:54 +03:00
|
|
|
"node-forge": "0.7.0",
|
2017-05-10 18:57:14 +03:00
|
|
|
"osenv": "0.1.4",
|
2018-02-06 16:13:11 +03:00
|
|
|
"promise-retry": "1.1.1",
|
2017-03-17 02:13:54 +03:00
|
|
|
"querystring": "0.2.0",
|
2018-05-28 17:14:17 +03:00
|
|
|
"randomstring": "1.1.5",
|
2019-08-13 11:22:25 +03:00
|
|
|
"semver": "5.5.0",
|
2017-03-17 02:13:54 +03:00
|
|
|
"simple-plist": "0.2.1",
|
2017-11-03 16:08:20 +03:00
|
|
|
"temp": "0.8.3",
|
2017-05-10 17:53:55 +03:00
|
|
|
"uuid": "3.0.1",
|
2019-01-06 16:04:37 +03:00
|
|
|
"ws": "6.1.2",
|
2017-05-10 17:53:55 +03:00
|
|
|
"xml-escape": "1.1.0"
|
2018-03-15 12:31:33 +03:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"nativescript",
|
|
|
|
"nativescript:extension",
|
|
|
|
"nativescript-cloud",
|
|
|
|
"cloud",
|
|
|
|
"build"
|
|
|
|
],
|
|
|
|
"nativescript": {
|
|
|
|
"commands": [
|
|
|
|
"accept|eula",
|
|
|
|
"account",
|
|
|
|
"account|features",
|
|
|
|
"account|usage",
|
|
|
|
"build|cloud",
|
|
|
|
"cloud|build",
|
|
|
|
"cloud|clean|workspace",
|
|
|
|
"cloud|codesign",
|
|
|
|
"cloud|deploy",
|
|
|
|
"cloud|lib|version",
|
|
|
|
"cloud|publish|android",
|
|
|
|
"cloud|publish|ios",
|
|
|
|
"cloud|run",
|
|
|
|
"cloud|run|android",
|
|
|
|
"cloud|run|ios",
|
|
|
|
"codesign|cloud",
|
|
|
|
"config",
|
|
|
|
"config|apply",
|
|
|
|
"config|reset",
|
|
|
|
"config|set",
|
|
|
|
"deploy|cloud",
|
|
|
|
"dev-login",
|
|
|
|
"login",
|
|
|
|
"logout",
|
|
|
|
"run|cloud",
|
|
|
|
"run|cloud|android",
|
|
|
|
"run|cloud|ios",
|
|
|
|
"user"
|
2018-12-07 01:10:09 +03:00
|
|
|
],
|
|
|
|
"docs": "docs"
|
2017-03-17 02:13:54 +03:00
|
|
|
}
|
2019-11-22 12:17:10 +03:00
|
|
|
}
|