signal-desktop/bower.json

131 lines
2.8 KiB
JSON
Raw Normal View History

{
"name": "textsecure-chrome",
"version": "0.0.0",
"homepage": "https://github.com/WhisperSystems/TextSecure-Browser",
"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-30 20:45:37 +00:00
"mustache": "~0.8.2",
"qrcode": "https://github.com/davidshimjs/qrcodejs.git#1c78ccd71",
"libphonenumber-api": "https://github.com/liliakai/libphonenumber-api.git",
2016-08-25 18:18:17 +00:00
"moment": "~2.14.0",
"indexeddb-backbonejs-adapter": "*",
2015-01-25 09:16:54 +00:00
"intl-tel-input": "~4.0.1",
2015-03-04 02:16:04 +00:00
"blueimp-load-image": "~1.13.0",
2015-03-10 19:11:05 +00:00
"blueimp-canvas-to-blob": "~2.1.1",
2016-02-01 20:27:49 +00:00
"emojijs": "https://github.com/iamcal/js-emoji.git",
"emojidata": "https://github.com/iamcal/emoji-data.git",
2016-08-15 22:36:29 +00:00
"autosize": "~3.0.6",
"webaudiorecorder": "https://github.com/higuma/web-audio-recorder-js.git",
"mp3lameencoder": "https://github.com/higuma/mp3-lame-encoder-js.git"
},
"devDependencies": {
"mocha": "~2.0.1",
2016-02-01 20:06:53 +00:00
"chai": "~3.5.0",
"mock-socket": "~0.3.2"
},
"preen": {
2014-10-31 07:40:00 +00: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"
],
2014-11-01 03:59:30 +00:00
"libphonenumber-api": [
"libphonenumber_api-compiled.js"
2014-11-04 01:19:22 +00:00
],
2016-08-25 18:18:17 +00:00
"moment": [
2016-08-05 20:07:30 +00:00
"min/moment-with-locales.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 09:16:54 +00:00
],
"blueimp-load-image": [
"js/load-image.js"
2015-03-04 02:16:04 +00:00
],
"blueimp-canvas-to-blob": [
"js/canvas-to-blob.js"
2015-03-10 19:11:05 +00:00
],
2015-03-11 00:04:10 +00:00
"emojijs": [
"lib/emoji.js",
"demo/emoji.css"
],
"emojidata": [
"img-apple-64/*"
],
"mock-socket": [
"dist/mock-socket.js"
],
"autosize": [
"dist/autosize.js"
2016-08-15 22:36:29 +00:00
],
"webaudiorecorder": [
"lib/WebAudioRecorder.js",
"lib/WebAudioRecorderMp3.js"
],
"mp3lameencoder": [
"lib/Mp3LameEncoder.js"
2014-10-31 07:40:00 +00:00
]
},
"concat": {
"app": [
"jquery",
"long",
"bytebuffer",
"protobuf",
"mustache",
"underscore",
"backbone",
"indexeddb-backbonejs-adapter",
2014-11-01 03:59:30 +00:00
"qrcode",
2014-11-10 09:33:59 +00:00
"libphonenumber-api",
2016-08-25 18:18:17 +00:00
"moment",
2015-01-25 09:16:54 +00:00
"intl-tel-input",
"backbone.typeahead",
2015-03-04 02:16:04 +00:00
"blueimp-load-image",
2015-03-10 19:11:05 +00:00
"blueimp-canvas-to-blob",
"emojijs",
"autosize"
],
2015-01-14 22:22:26 +00:00
"libtextsecure": [
"long",
"bytebuffer",
2015-01-14 21:21:54 +00:00
"protobuf"
]
}
}