adding grand national dashboard

This commit is contained in:
2020-02-18 01:39:35 +00:00
parent 584d6bcc26
commit 3572973077
32 changed files with 28469 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "grandnational-dashboard",
"description": "",
"main": "index.js",
"authors": [
"dtomlinson <dtomlinson@panaetius.co.uk>"
],
"license": "ISC",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"masonry-layout": "desandro/masonry#^4.2.2",
"jquery.countdown": "^2.2.0",
"Morphist": "^3.0.0"
}
}