glowingbear-mainbox/bower.json

18 lines
435 B
JSON
Raw Normal View History

{
"name": "glowing-bear",
"description": "A webclient for WeeChat",
"version": "0.6.0",
"homepage": "https://github.com/glowing-bear/glowing-bear",
"license": "GPLv3",
"private": true,
"dependencies": {
"angular": "1.4.x",
"angular-route": "1.4.x",
"angular-sanitize": "1.4.x",
"angular-touch": "1.4.x",
"angular-loader": "1.4.x",
"angular-mocks": "1.4.x",
"html5-boilerplate": "~4.3.0"
}
}