First Nunchucks Implementation.

This commit is contained in:
Michael Teeuw
2017-09-28 16:11:25 +02:00
parent 5fde095a6f
commit e01794a07f
10 changed files with 7178 additions and 19 deletions

1434
vendor/package-lock.json generated vendored Normal file

File diff suppressed because it is too large Load Diff

1
vendor/package.json vendored
View File

@@ -13,6 +13,7 @@
"font-awesome": "^4.7.0",
"moment": "^2.17.1",
"moment-timezone": "^0.5.11",
"nunjucks": "^3.0.1",
"weathericons": "^2.1.0"
}
}

3
vendor/vendor.js vendored
View File

@@ -12,7 +12,8 @@ var vendor = {
"moment-timezone.js" : "node_modules/moment-timezone/builds/moment-timezone-with-data.js",
"weather-icons.css": "node_modules/weathericons/css/weather-icons.css",
"weather-icons-wind.css": "node_modules/weathericons/css/weather-icons-wind.css",
"font-awesome.css": "node_modules/font-awesome/css/font-awesome.min.css"
"font-awesome.css": "node_modules/font-awesome/css/font-awesome.min.css",
"nunjucks.js": "node_modules/nunjucks/browser/nunjucks.min.js"
};
if (typeof module !== "undefined"){module.exports = vendor;}