-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 2.44 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "mm-website",
"version": "0.0.1",
"description": "The website for my personal magic mirror project.",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/molehillrocker/mm-website.git"
},
"keywords": [
"MM",
"Magic",
"Mirror",
"AngularJS"
],
"author": "Lars Bischoff",
"license": "MIT",
"bugs": {
"url": "https://github.com/molehillrocker/mm-website/issues"
},
"homepage": "https://github.com/molehillrocker/mm-website#readme",
"private": true,
"devDependencies": {
"browser-sync": "^2.15.0",
"del": "^3.0.0",
"eslint": "^4.9.0",
"fs": "0.0.2",
"gulp": "^3.9.1",
"gulp-angular-filesort": "^1.1.1",
"gulp-bump": "^2.8.0",
"gulp-cached": "^1.1.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-debug": "^3.1.0",
"gulp-eslint": "^4.0.0",
"gulp-htmlmin": "^3.0.0",
"gulp-inject": "^4.3.0",
"gulp-less": "^3.1.0",
"gulp-main-node-files": "^1.0.6",
"gulp-notify": "^3.0.0",
"gulp-order": "^1.1.1",
"gulp-remember": "^0.3.1",
"gulp-rename": "^1.2.2",
"gulp-rev": "^8.0.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.7",
"path": "^0.12.7",
"run-sequence": "^2.2.0"
},
"dependencies": {
"angular": "^1.6.6",
"angular-animate": "^1.6.6",
"angular-aria": "^1.6.6",
"angular-i18n": "^1.6.6",
"angular-material": "^1.1.5",
"angular-messages": "^1.6.6",
"angular-plotly": "^0.1.3",
"angular-resource": "^1.6.6",
"plotly.js": "^1.30.1",
"ubuntu-fontface": "^0.1.13",
"weather-icons": "^1.3.2"
},
"overrides": {
"angular": [
"./angular.js"
],
"angular-animate": [
"./angular-animate.min.js"
],
"angular-aria": [
"./angular-aria.min.js"
],
"angular-i18n": [
"./angular-locale_de-de.js"
],
"angular-material": [
"./angular-material.min.css",
"./angular-material.min.js"
],
"angular-messages": [
"./angular-messages.min.js"
],
"angular-plotly": [
"./src/angular-plotly.js"
],
"angular-resource": [
"./angular-resource.min.js"
],
"plotly.js": [
"./dist/plotly-basic.min.js"
],
"ubuntu-fontface": [
"./ubuntu.min.css",
"./fonts/*.*"
],
"weather-icons": [
"./css/weather-icons.min.css",
"./font/*.*"
]
}
}