-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
59 lines (59 loc) · 1.65 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
{
"name": "timekit-sdk",
"version": "1.19.0",
"description": "JavaScript SDK for the Timekit API (timekit.io)",
"main": "src/timekit.js",
"repository": {
"type": "git",
"url": "https://github.com/timekit-io/js-sdk.git"
},
"scripts": {
"build": "webpack && webpack --config webpack.config.min.js --bail",
"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": "^0.13.0",
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "^0.4.2",
"karma-jasmine": "^0.3.5",
"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": "^1.7.0",
"moment": "^2.10.3",
"node-libs-browser": "2.2.1",
"phantomjs": "^2.1.3",
"webpack": "^1.11.0"
},
"dependencies": {
"axios": "^0.12.0",
"base-64": "1.0.0",
"deepmerge": "4.2.2",
"es6-promise-promise": "^1.0.0",
"humps": "^2.0.1"
}
}