Signal-Desktop/bower.json

46 lines
863 B
JSON
Raw Normal View History

{
"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",
"bootstrap": "~3.3.0",
2014-10-30 16:50:06 +08:00
"jquery": "liliakai/jquery#2.1.1-ajax-nativetransport",
"mustache": "~0.8.2"
},
"preen": {
"jquery": [
"dist/jquery.js"
],
"long": [
"dist/Long.js"
],
"bytebuffer": [
"dist/ByteBufferAB.js"
],
"protobuf": [
"dist/ProtoBuf.js"
],
2014-10-30 16:50:06 +08:00
"mustache": [
"mustache.js"
],
"underscore": [
"underscore.js"
],
"backbone": [
"backbone.js"
],
"bootstrap": [
"dist/css/bootstrap.css"
]
},
"devDependencies": {
"mocha": "~2.0.1",
"chai": "~1.9.2"
}
}