glowingbear-mainbox/bower.json
Lorenz Hübschle-Schneider d168d43261 Split bower dependencies into those needed for tests and full offline mode
"production" dependencies is the minimal set to run the tests
"dev" dependencies contain the rest

This speeds up travis builds enormously and saves a lot of time and disk
space if you only want to run the tests
2018-03-18 10:40:02 +01:00

32 lines
658 B
JSON

{
"name": "glowing-bear",
"description": "A webclient for WeeChat",
"version": "0.7.0",
"homepage": "https://github.com/glowing-bear/glowing-bear",
"license": "GPLv3",
"private": true,
"dependencies": {
"angular": "1.6.x",
"angular-route": "1.6.x",
"angular-sanitize": "1.6.x",
"angular-touch": "1.6.x",
"angular-loader": "1.6.x",
"angular-mocks": "1.6.x",
"underscore": "~1.8"
},
"devDependencies": {
"bootstrap": "~3.3",
"html5-boilerplate": "~4.3.0",
"emojione": "~2.2"
},
"keywords": [
"weechat",
"irc"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components"
]
}