{ "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", "bootstrap": "~3.3.0", "mustache": "~0.8.2", "qrcode": "git://github.com/davidshimjs/qrcodejs.git#1c78ccd71", "libphonenumber-api": "git://github.com/codedust/libphonenumber-api", "momentjs": "~2.8.3", "indexeddb-backbonejs-adapter": "*", "intl-tel-input": "~4.0.1", "backbone.typeahead": "mojotech/backbone.typeahead", "blueimp-load-image": "~1.13.0", "blueimp-canvas-to-blob": "~2.1.1", "twemoji": "~1.2.1", "emojijs": "iamcal/js-emoji", "autosize": "~3.0.6" }, "devDependencies": { "mocha": "~2.0.1", "chai": "~1.9.2", "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" ], "bootstrap": [ "dist/css/bootstrap.css" ], "libphonenumber-api": [ "libphonenumber_api-compiled.js" ], "momentjs": [ "moment.js" ], "indexeddb-backbonejs-adapter": [ "backbone-indexeddb.js" ], "intl-tel-input": [ "build/css/intlTelInput.css", "build/img/flags.png", "build/js/intlTelInput.js" ], "backbone.typeahead": [ "backbone.typeahead.js" ], "blueimp-load-image": [ "js/load-image.js" ], "blueimp-canvas-to-blob": [ "js/canvas-to-blob.js" ], "twemoji": [ "twemoji.js", "72x72/*", "36x36/*", "16x16/*" ], "emojijs": [ "emoji.js" ], "mock-socket": [ "dist/mock-socket.js" ], "autosize": [ "dist/autosize.js" ] }, "concat": { "app": [ "jquery", "long", "bytebuffer", "protobuf", "mustache", "underscore", "backbone", "indexeddb-backbonejs-adapter", "qrcode", "libphonenumber-api", "momentjs", "intl-tel-input", "backbone.typeahead", "blueimp-load-image", "blueimp-canvas-to-blob", "twemoji", "emojijs", "autosize" ], "libtextsecure": [ "long", "bytebuffer", "protobuf" ] } }