view sg101/bower.json @ 1202:50e511e032db

Get unit tests working again.
author Brian Neal <bgneal@gmail.com>
date Sat, 04 Jan 2025 14:10:38 -0600
parents 0733a0450afe
children
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.3.0",
    "motion-ui": "~1.2.2"
  },
  "devDependencies": {}
}