glowing-bear/bower.json

33 lines
702 B
JSON
Raw Normal View History

{
"name": "glowing-bear",
"description": "A webclient for WeeChat",
2020-07-06 21:32:45 +02:00
"version": "0.10.0",
"homepage": "https://github.com/glowing-bear/glowing-bear",
"license": "GPLv3",
"private": true,
"dependencies": {
2020-07-06 21:46:14 +02:00
"angular": "1.8.x",
"angular-route": "1.8.x",
"angular-sanitize": "1.8.x",
"angular-touch": "1.8.x",
"angular-loader": "1.8.x",
"angular-mocks": "1.8.x",
2020-07-21 15:43:33 +02:00
"underscore": "~1.10",
"linkifyjs": "jQuery-linkify#^2.1.9"
},
"devDependencies": {
2020-07-06 21:46:14 +02:00
"bootstrap": "~3.4",
"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"
]
}