From 61d1aa04d8d44b17bfe6dace90088669fc6c3df8 Mon Sep 17 00:00:00 2001 From: Kyle McFarland Date: Wed, 31 Jan 2018 00:51:07 -0600 Subject: Initial import * Registration system's almost done * Just part way through implementing tasks So not much done yet, but it's a start. --- bower.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bower.json (limited to 'bower.json') diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..95fb3bc --- /dev/null +++ b/bower.json @@ -0,0 +1,23 @@ +{ + "name": "mcoop", + "authors": [ + "Kyle McFarland " + ], + "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" + } +} -- cgit v1.1