This repository was archived by the owner on Feb 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.33 KB
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
38
39
{
"name": "@okta/samples-php",
"version": "1.0.0",
"description": "PHP Sample Applications for Okta",
"author": "Brian Retterer <brian.retterer@okta.com>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/okta/samples-php.git"
},
"bugs": {
"url": "https://github.com/okta/samples-php/issues"
},
"homepage": "https://github.com/okta/samples-php#readme",
"devDependencies": {
"axios": "^0.27.2",
"dotenv": "^5.0.1",
"find-process": "^1.4.4",
"forever-monitor": "^3",
"jasmine": "^3.9.0",
"jasmine-reporters": "^2.5.0",
"node-cmd": "^3.0.0",
"platform": "^1.3.6",
"protractor": "^7.0.0",
"wait-on": "^5.3.0",
"async": "^2.0"
},
"scripts": {
"test": "composer test",
"okta-hosted-login-server": "composer sample:okta-hosted-login",
"test:okta-hosted-login": "protractor okta-oidc-tck/e2e-tests/okta-hosted-login/conf.js",
"custom-login-server": "composer sample:custom-login",
"setup-env": "node scripts/setup-env.js",
"test:custom-login": "protractor okta-oidc-tck/e2e-tests/custom-login/conf.js",
"resource-server": "composer sample:resource-server",
"test:resource-server": "jasmine okta-oidc-tck/resource-server/specs/okta-resource-server-spec.js",
"pretest": "node ./scripts/update-se-drivers.js"
}
}