-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.59 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
40
41
42
43
44
45
46
47
48
49
{
"name": "@okta/samples-python-flask",
"version": "1.0.0",
"publishConfig": {
"registry": "https://artifacts.aue1d.saasure.com/artifactory/api/npm/npm-okta"
},
"repository": {
"type": "git",
"url": "https://github.com/okta/samples-python-flask.git"
},
"bugs": "https://github.com/okta/samples-python-flask/issues",
"license": "Apache-2.0",
"homepage": "https://github.com/okta/samples-python-flask",
"scripts": {
"test:e2e": "webdriver-manager update && protractor test/e2e/conf.js",
"mock-okta": "node tools/mock-okta",
"mock-okta:debug": "DEBUG=mock-okta npm run mock-okta",
"wrap": "node tools/wrap-dependencies",
"test:mock-okta": "node test/app-server/lib/test-mock-okta",
"test:app-server": "mocha test/app-server/index --bail --timeout 30000",
"test:app-server-all": "mocha test/app-server/with-app-server-start --timeout 30000",
"test": "npm run test:app-server-all && npm run test:docs && npm run test:e2e",
"prestart": "build-frontend",
"start": "python app.py",
"test:docs": "mocha test/docs/specs/ --bail"
},
"devDependencies": {
"chalk": "1.1.3",
"cli-table2": "0.2.0",
"connect": "3.5.0",
"diff": "3.0.1",
"forever-monitor": "1.7.1",
"jasmine-reporters": "2.2.0",
"jws": "3.1.4",
"minimist": "1.2.0",
"protractor": "4.0.4",
"wait-on": "2.0.2",
"yakbak": "2.5.0"
},
"dependencies": {
"@okta/samples-js-angular-1": "1.10.0",
"chai": "3.5.0",
"chai-files": "1.4.0",
"chai-http": "3.0.0",
"lodash.merge": "4.6.0",
"mocha": "3.1.2",
"pem-jwk": "1.5.1"
}
}