-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
78 lines (78 loc) · 2.05 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "timekit-sdk",
"version": "1.19.0",
"main": "src/timekit.js",
"description": "JavaScript SDK for the Timekit API (timekit.io)",
"repository": {
"type": "git",
"url": "https://github.com/timekit-io/js-sdk.git"
},
"scripts": {
"build": "webpack && webpack --config webpack.config.min.js",
"release:patch": "../flux/flux timekit:release patch js-sdk",
"release:minor": "../flux/flux timekit:release minor js-sdk",
"release:major": "../flux/flux timekit:release major js-sdk",
"deploy:prod": "../flux/flux timekit:deploy prod js-sdk",
"deploy:staging": "../flux/flux timekit:deploy staging js-sdk",
"test": "./node_modules/karma/bin/karma start"
},
"keywords": [
"Timekit",
"timekit.io",
"calendars",
"calendar",
"scheduling",
"schedule",
"book",
"booking",
"appointment",
"appointments"
],
"author": "Timekit Inc.",
"license": "MIT",
"devDependencies": {
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine": "3.7.0",
"jasmine-core": "3.7.1",
"karma": "6.3.2",
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "2.0.3",
"karma-jasmine": "4.0.1",
"karma-jasmine-ajax": "^0.1.12",
"karma-jasmine-jquery": "^0.1.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sourcemap-loader": "^0.3.5",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "4",
"moment": "^2.10.3",
"node-libs-browser": "2.2.1",
"phantomjs": "^2.1.3",
"webpack": "4",
"webpack-cli": "^4.6.0"
},
"dependencies": {
"axios": "0.21.1",
"base-64": "1.0.0",
"deepmerge": "4.2.2",
"es6-promise-promise": "^1.0.0",
"humps": "^2.0.1"
},
"resolutions": {
"**/**/bl": "^5.0.0",
"**/**/qs": "^6.3.2",
"**/**/hoek": "^6.1.3",
"**/**/ssri": "^6.0.2",
"**/**/debug": "^4.3.1",
"**/**/bower": "^1.8.8",
"**/**/request": "^2.68.0",
"**/**/lodash": "^4.17.19",
"**/**/minimist": "^1.2.3",
"**/**/minimatch": "^3.0.2",
"**/**/cryptiles": "^4.1.2",
"**/**/deep-extend": "^0.6.0",
"**/**/tough-cookie": "^4.0.0",
"**/**/tunnel-agent": "^0.6.0",
"**/**/concat-stream": "^2.0.0",
"**/**/decompress-zip": "^0.3.2"
}
}