glowingbear-mainbox/bower.json

32 lines
658 B
JSON
Raw Normal View History

{
"name": "glowing-bear",
"description": "A webclient for WeeChat",
2016-12-03 12:39:24 +01:00
"version": "0.7.0",
"homepage": "https://github.com/glowing-bear/glowing-bear",
"license": "GPLv3",
"private": true,
"dependencies": {
2018-01-28 14:44:24 +01:00
"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": {
2017-03-17 09:45:44 +01:00
"bootstrap": "~3.3",
"html5-boilerplate": "~4.3.0",
2016-10-13 11:25:26 +02:00
"emojione": "~2.2"
2017-03-17 09:45:44 +01:00
},
"keywords": [
"weechat",
"irc"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components"
]
}