114 lines
2.3 KiB
JSON
114 lines
2.3 KiB
JSON
{
|
|
"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",
|
|
"mustache": "~0.8.2",
|
|
"qrcode": "https://github.com/davidshimjs/qrcodejs.git#1c78ccd71",
|
|
"indexeddb-backbonejs-adapter": "*",
|
|
"intl-tel-input": "~4.0.1",
|
|
"blueimp-load-image": "~1.13.0",
|
|
"autosize": "~4.0.0",
|
|
"webaudiorecorder": "https://github.com/higuma/web-audio-recorder-js.git",
|
|
"mp3lameencoder": "https://github.com/higuma/mp3-lame-encoder-js.git",
|
|
"filesize": "https://github.com/avoidwork/filesize.js.git"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "~2.0.1",
|
|
"chai": "~3.5.0",
|
|
"mock-socket": "~0.3.2"
|
|
},
|
|
"preen": {
|
|
"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"
|
|
],
|
|
"emojijs": [
|
|
"lib/emoji.js",
|
|
"demo/emoji.css"
|
|
],
|
|
"emojidata": [
|
|
"img-apple-64/*"
|
|
],
|
|
"mock-socket": [
|
|
"dist/mock-socket.js"
|
|
],
|
|
"autosize": [
|
|
"dist/autosize.js"
|
|
],
|
|
"webaudiorecorder": [
|
|
"lib/WebAudioRecorder.js",
|
|
"lib/WebAudioRecorderMp3.js"
|
|
],
|
|
"mp3lameencoder": [
|
|
"lib/Mp3LameEncoder.js"
|
|
],
|
|
"filesize": [
|
|
"lib/filesize.js"
|
|
]
|
|
},
|
|
"concat": {
|
|
"app": [
|
|
"jquery",
|
|
"long",
|
|
"bytebuffer",
|
|
"protobuf",
|
|
"mustache",
|
|
"underscore",
|
|
"backbone",
|
|
"indexeddb-backbonejs-adapter",
|
|
"qrcode",
|
|
"moment",
|
|
"intl-tel-input",
|
|
"backbone.typeahead",
|
|
"autosize",
|
|
"filesize"
|
|
],
|
|
"libtextsecure": [
|
|
"long",
|
|
"bytebuffer",
|
|
"protobuf"
|
|
]
|
|
}
|
|
}
|