Cable-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 21:45:37 +01: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 20:18:17 +02:00
"moment": "~2.14.0",
"indexeddb-backbonejs-adapter": "*",
2015-01-25 10:16:54 +01:00
"intl-tel-input": "~4.0.1",
2015-03-04 03:16:04 +01:00
"blueimp-load-image": "~1.13.0",
2015-03-10 20:11:05 +01:00
"blueimp-canvas-to-blob": "~2.1.1",
2016-02-01 21:27:49 +01:00
"emojijs": "https://github.com/iamcal/js-emoji.git",
"emojidata": "https://github.com/iamcal/emoji-data.git",
2016-08-16 00:36:29 +02: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 21:06:53 +01:00
"chai": "~3.5.0",
"mock-socket": "~0.3.2"
},
"preen": {
2014-10-31 08:40:00 +01: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 04:59:30 +01:00
"libphonenumber-api": [
"libphonenumber_api-compiled.js"
2014-11-04 02:19:22 +01:00
],
2016-08-25 20:18:17 +02:00
"moment": [
2016-08-05 22:07:30 +02: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 10:16:54 +01:00
],
"blueimp-load-image": [
"js/load-image.js"
2015-03-04 03:16:04 +01:00
],
"blueimp-canvas-to-blob": [
"js/canvas-to-blob.js"
2015-03-10 20:11:05 +01:00
],
2015-03-11 01:04:10 +01: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 00:36:29 +02:00
],
"webaudiorecorder": [
"lib/WebAudioRecorder.js",
"lib/WebAudioRecorderMp3.js"
],
"mp3lameencoder": [
"lib/Mp3LameEncoder.js"
2014-10-31 08:40:00 +01:00
]
},
"concat": {
"app": [
"jquery",
"long",
"bytebuffer",
"protobuf",
"mustache",
"underscore",
"backbone",
"indexeddb-backbonejs-adapter",
2014-11-01 04:59:30 +01:00
"qrcode",
2014-11-10 10:33:59 +01:00
"libphonenumber-api",
2016-08-25 20:18:17 +02:00
"moment",
2015-01-25 10:16:54 +01:00
"intl-tel-input",
"backbone.typeahead",
2015-03-04 03:16:04 +01:00
"blueimp-load-image",
2015-03-10 20:11:05 +01:00
"blueimp-canvas-to-blob",
"emojijs",
"autosize"
],
2015-01-14 23:22:26 +01:00
"libtextsecure": [
"long",
"bytebuffer",
2015-01-14 22:21:54 +01:00
"protobuf"
]
}
}