forked from dogeared/stormpath-migration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 963 Bytes
/
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
{
"name": "@okta/stormpath-migration",
"version": "0.8.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",
"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"
}
}