UNPKG

@okta/stormpath-migration

Version:

Migration tool to import Stormpath data into an Okta tenant

38 lines 990 B
{ "name": "@okta/stormpath-migration", "version": "0.14.0", "description": "Migration tool to import Stormpath data into an Okta tenant", "license": "Apache-2.0", "bin": { "import-stormpath": "./bin/migrate-launcher.js", "reset-okta": "./bin/reset.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/okta/stormpath-migration.git" }, "keywords": [ "stormpath", "okta" ], "bugs": { "url": "https://github.com/okta/stormpath-migration/issues" }, "homepage": "https://github.com/okta/stormpath-migration#readme", "dependencies": { "bluebird": "^3.4.7", "chalk": "^1.1.3", "columnify": "^1.5.4", "fs-extra": "^3.0.1", "generate-password": "^1.3.0", "parse-iso-duration": "^1.0.0", "prettyjson": "^1.2.1", "request": "^2.79.0", "request-promise": "^4.1.1", "winston": "^2.3.1", "yargs": "^6.6.0" } }