session-desktop/bower.json

125 lines
2.5 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",
"momentjs": "~2.8.3",
"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-03-09 22:13:16 +01:00
"twemoji": "~2.0.5",
2016-02-01 21:27:49 +01:00
"emojijs": "https://github.com/iamcal/js-emoji.git",
"autosize": "~3.0.6"
},
"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
],
"momentjs": [
"moment.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
],
"twemoji": [
"twemoji.js",
"72x72/*",
"36x36/*",
2015-05-20 22:47:47 +02:00
"16x16/*"
2015-03-11 01:04:10 +01:00
],
"emojijs": [
"emoji.js"
],
"mock-socket": [
"dist/mock-socket.js"
],
"autosize": [
"dist/autosize.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",
"momentjs",
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",
2015-03-11 01:04:10 +01:00
"twemoji",
"emojijs",
"autosize"
],
2015-01-14 23:22:26 +01:00
"libtextsecure": [
"long",
"bytebuffer",
2015-01-14 22:21:54 +01:00
"protobuf"
]
}
}