-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
79 lines (76 loc) · 2.41 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
79
{
"name": "match-calendar",
"version": "2.0.3",
"dependencies": {
"bluebird": "3.3.x",
"he": "1.0.x",
"lodash": "4.11.x",
"moment-timezone": "0.5.x",
"angular": "1.5.x",
"angular-animate": "1.5.x",
"angular-bindonce": "git://github.com/Pasvaz/bindonce.git#rebind-debug",
"angular-elastic": "2.5.x",
"angular-localforage": "1.2.x",
"angular-messages": "1.5.x",
"angular-sanitize": "1.5.x",
"angular-translate": "2.11.x",
"angular-truncate-2": "0.4.x",
"angular-ui-bootstrap": "1.3.x",
"angular-ui-router": "0.2.x",
"angularjs-slider": "2.13.x",
"angulartics": "1.0.x",
"angulartics-google-analytics": "0.1.x",
"bootstrap": "4.0.0-alpha.5",
"clipboard": "1.5.x",
"font-awesome": "4.6.x",
"localforage": "1.4.x",
"ngclipboard": "1.1.x",
"outdated-browser": "git://github.com/burocratik/outdated-browser.git#1.1.2",
"snuownd": "1.1.x",
"gulp": "3.9.x",
"gulp-util": "3.0.x",
"run-sequence": "2.2.1",
"del": "2.2.x",
"git-rev-sync": "1.6.x",
"babel-core": "6.8.x",
"babel-plugin-transform-runtime": "6.8.x",
"babel-plugin-transform-es2015-modules-commonjs": "6.8.x",
"babel-preset-es2015": "6.6.x",
"webpack": "1.13.x",
"webpack-dev-server": "1.14.x",
"appcache-webpack-plugin": "1.2.x",
"extract-text-webpack-plugin": "1.0.x",
"html-webpack-plugin": "2.16.x",
"autoprefixer": "6.3.x",
"node-sass": "4.14.1",
"json-loader": "0.5.x",
"sass-loader": "3.2.x",
"css-loader": "0.x.x",
"ejs-loader": "0.2.x",
"file-loader": "0.8.x",
"url-loader": "0.5.x",
"style-loader": "0.x.x",
"babel-loader": "6.2.x",
"imports-loader": "0.6.x",
"exports-loader": "0.6.x",
"expose-loader": "0.7.x",
"raw-loader": "0.5.x",
"eslint-loader": "1.3.x",
"eslint": "2.9.x",
"eslint-config-xo": "0.14.x",
"eslint-plugin-babel": "3.2.x",
"babel-eslint": "6.0.x"
},
"resolutions": {
"graceful-fs": "^4.2.4"
},
"scripts": {
"build": "gulp build",
"dev": "gulp dev",
"lint": "eslint src/ gulpfile.js"
},
"license": "MIT",
"engines": {
"node": ">=6.0.0"
}
}