Signal-Desktop/bower.json

110 lines
2.2 KiB
JSON
Raw Normal View History

{
"name": "signal-desktop",
"version": "0.0.0",
"homepage": "https://github.com/signalapp/Signal-Desktop",
"license": "GPLV3",
"private": true,
"dependencies": {
"jquery": "liliakai/jquery#2.1.1-ajax-nativetransport",
"underscore": "~1.7.0",
"backbone": "~1.1.2",
"protobuf": "~3.8.0",
2014-10-31 04:45:37 +08:00
"mustache": "~0.8.2",
"qrcode": "https://github.com/davidshimjs/qrcodejs.git#1c78ccd71",
"indexeddb-backbonejs-adapter": "*",
2015-01-25 17:16:54 +08:00
"intl-tel-input": "~4.0.1",
2015-03-04 10:16:04 +08:00
"blueimp-load-image": "~1.13.0",
"autosize": "~4.0.0",
2016-08-16 06:36:29 +08:00
"webaudiorecorder": "https://github.com/higuma/web-audio-recorder-js.git",
2018-04-24 23:19:39 +08:00
"mp3lameencoder": "https://github.com/higuma/mp3-lame-encoder-js.git"
},
"devDependencies": {
"mocha": "~2.0.1",
2016-02-02 04:06:53 +08:00
"chai": "~3.5.0",
"mock-socket": "~0.3.2"
},
"preen": {
2014-10-31 15:40:00 +08:00
"jquery": [
"dist/jquery.js"
],
"long": [
"dist/Long.js"
],
"bytebuffer": [
"dist/ByteBufferAB.js"
],
"protobuf": [
"dist/ProtoBuf.js"
],
"mustache": [
"mustache.js"
],
"underscore": [
"underscore.js"
],
"backbone": [
"backbone.js"
],
"qrcode": [
"qrcode.js"
],
"mocha": [
"mocha.js",
"mocha.css"
],
"chai": [
"chai.js"
],
"indexeddb-backbonejs-adapter": [
"backbone-indexeddb.js"
],
"intl-tel-input": [
"build/css/intlTelInput.css",
"build/img/flags.png",
"build/js/intlTelInput.js"
2015-01-25 17:16:54 +08:00
],
2015-03-11 08:04:10 +08:00
"emojijs": [
"lib/emoji.js",
"demo/emoji.css"
],
"emojidata": [
"img-apple-64/*"
],
"mock-socket": [
"dist/mock-socket.js"
],
"autosize": [
"dist/autosize.js"
2016-08-16 06:36:29 +08:00
],
"webaudiorecorder": [
"lib/WebAudioRecorder.js",
"lib/WebAudioRecorderMp3.js"
],
"mp3lameencoder": [
"lib/Mp3LameEncoder.js"
2014-10-31 15:40:00 +08:00
]
},
"concat": {
"app": [
"jquery",
"long",
"bytebuffer",
"protobuf",
"mustache",
"underscore",
"backbone",
"indexeddb-backbonejs-adapter",
2014-11-01 11:59:30 +08:00
"qrcode",
2016-08-26 02:18:17 +08:00
"moment",
2015-01-25 17:16:54 +08:00
"intl-tel-input",
"backbone.typeahead",
2018-04-24 23:19:39 +08:00
"autosize"
],
2015-01-15 06:22:26 +08:00
"libtextsecure": [
"long",
"bytebuffer",
2015-01-15 05:21:54 +08:00
"protobuf"
]
}
}