Cable-Desktop/bower.json
lilia c8ad65efe0 Switch to bower dependencies
Checks in only the files we actually need from bower_components.
2014-10-29 20:50:51 -07:00

14 lines
322 B
JSON

{
"name": "textsecure-chrome",
"version": "0.0.0",
"homepage": "https://github.com/WhisperSystems/TextSecure-Browser",
"license": "GPLV3",
"private": true,
"dependencies": {
"backbone": "~1.1.2",
"underscore": "~1.7.0",
"protobuf": "~3.8.0",
"jquery": "~2.1.1",
"bootstrap": "~3.3.0"
}
}