You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/bower.json

46 lines
1.2 KiB
JSON

{
"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"
},
"devDependencies": {
"mocha": "~2.0.1",
"chai": "~1.9.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" ]
},
"concat": {
"app": [
"jquery",
"long",
"bytebuffer",
"protobuf",
"mustache",
"underscore",
"backbone",
"qrcode"
]
}
}