glowingbear-mainbox/bower.json
Lorenz Hübschle-Schneider 4fb04dae09 Add npm script to use local files (for electron or cordova)
This copies useless files as well, I'm not sure what's the best
way to deal with that.
2016-04-02 10:49:15 +02:00

20 lines
486 B
JSON

{
"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",
"underscore": "~1.7",
"bootstrap": "~3.1"
}
}