Files
2020-02-20 10:24:44 +00:00

22 lines
373 B
JSON

{
"name": "grandnational-dashboard",
"description": "",
"main": "index.js",
"authors": [
"dtomlinson <dtomlinson@williamhill.co.uk>"
],
"license": "ISC",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"Morphist": "^3.0.0",
"jquery.countdown": "^2.2.0"
}
}