Mercurial > public > sg101
view sg101/bower.json @ 1102:1a4f4a69e244
Membermap now uses new post box.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 06 Jul 2016 20:03:59 -0500 |
parents | 74d7e56a9cfb |
children | 0733a0450afe |
line wrap: on
line source
{ "name": "sg101", "description": "SurfGuitar101.com website", "main": "index.js", "authors": [ "Brian Neal <bgneal@gmail.com>" ], "license": "ISC", "moduleType": [], "homepage": "", "private": true, "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ], "dependencies": { "foundation-sites": "^6.2.3", "motion-ui": "~1.2.2" }, "devDependencies": {}, "resolutions": { "what-input": "~2.0.0" } }