forked from timekit-io/booking-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.38 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
{
"name": "timekit-booking",
"version": "1.13.0",
"description": "Make a beautiful embeddable booking widget in minutes",
"main": "dist/booking.min.js",
"repository": {
"type": "git",
"url": "https://github.com/timekit-io/booking-js.git"
},
"scripts": {
"test": "webpack && webpack --config webpack.config.min.js && karma start --single-run",
"build": "webpack && webpack --config webpack.config.min.js"
},
"author": "Timekit Inc.",
"license": "MIT",
"devDependencies": {
"autoprefixer-loader": "^3.1.0",
"css-loader": "^0.21.0",
"jasmine": "^2.3.2",
"jasmine-jquery": "^2.1.1",
"jquery": "^2.1.4",
"json-loader": "^0.5.4",
"karma": "^0.13.0",
"karma-chrome-launcher": "^0.1.12",
"karma-jasmine": "^0.3.5",
"karma-jasmine-ajax": "^0.1.12",
"karma-jasmine-jquery": "^0.1.1",
"karma-sourcemap-loader": "^0.3.5",
"karma-spec-reporter": "0.0.19",
"karma-webpack": "^1.7.0",
"mustache-loader": "https://github.com/laander/mustache-loader#loader-utils-as-dependency",
"node-sass": "^3.4.1",
"sass-loader": "^3.1.1",
"style-loader": "^0.13.0",
"svg-inline-loader": "^0.3.0",
"webpack": "^1.12.2"
},
"dependencies": {
"console-polyfill": "^0.2.2",
"fullcalendar": "^2.9.1",
"moment": "^2.10.6",
"moment-timezone": "^0.5.0",
"sprintf-js": "^1.0.3",
"timekit-sdk": "^1.3.0"
}
}