diff options
author | Michaël Ball <michael.ball@gmail.com> | 2014-12-28 12:24:22 +0000 |
---|---|---|
committer | Michaël Ball <michael.ball@gmail.com> | 2015-11-27 20:02:04 +0000 |
commit | 75beec91a8526fbbc0a90134140b9dff6af15c0c (patch) | |
tree | 02414e46da3e08000384c40c27b7aab9748de0fe /bower.json | |
parent | a2964845e3c03b9cf5f01583f53f7553c7d67caf (diff) |
Initial frontend work
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..024e6f3 --- /dev/null +++ b/bower.json @@ -0,0 +1,39 @@ +{ + "name": "mach2", + "version": "0.0.1", + "homepage": "https://github.com/michael-ball/mach2", + "authors": [ + "Michaël Ball" + ], + "description": "Lightweight media server", + "main": "mach2.py", + "license": "MIT", + "private": true, + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "dependencies": { + "angular": "1.4.8", + "bootstrap": "3.3.5", + "moment": "~2.10.6", + "angular-moment": "~0.10.3", + "angular-ui-router": "~0.2.15", + "angular-bootstrap": "~0.14.3", + "angular-resource": "~1.4.8", + "moment-timezone": "~0.4.1" + }, + "resolutions": { + "angular": "1.3.10" + }, + "exportsOverride": { + "bootstrap": { + "js": "**/bootstrap*.js", + "css": "**/*.css*", + "fonts": "**/fonts" + } + } +} |