Files
web-dev/grandnational-dashboard/bower.json

23 lines
420 B
JSON

{
"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"
}
}