glowingbear-mainbox/bower.json

18 lines
435 B
JSON
Raw Normal View History

{
"name": "glowing-bear",
"description": "A webclient for WeeChat",
"version": "0.4.0",
"homepage": "https://github.com/glowing-bear/glowing-bear",
"license": "GPLv3",
"private": true,
"dependencies": {
"angular": "1.3.x",
"angular-route": "1.3.x",
2014-12-30 21:05:40 +01:00
"angular-sanitize": "1.3.x",
"angular-touch": "1.3.x",
"angular-loader": "1.3.x",
2014-12-30 21:05:40 +01:00
"angular-mocks": "1.3.x",
"html5-boilerplate": "~4.3.0"
}
}