summaryrefslogtreecommitdiff
path: root/bower.json
blob: 95fb3bcc679a7444e611f2f586d3ddf3f1acc3d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "mcoop",
  "authors": [
    "Kyle McFarland <tfkyle@gmail.com>"
  ],
  "description": "mcoop is a simple Co-Op management webapp",
  "main": "index.html",
  "license": "Apache-2.0",
  "homepage": "http://wiki.gpio.ca/wiki/mcoop",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "bootstrap": "^4.0.0",
    "tether": "^1.4.3",
    "jquery": "^3.3.1"
  }
}