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.
24 lines
622 B
JSON
24 lines
622 B
JSON
{
|
|
"name": "textsecure-chrome",
|
|
"version": "0.0.0",
|
|
"homepage": "https://github.com/WhisperSystems/TextSecure-Browser",
|
|
"license": "GPLV3",
|
|
"private": true,
|
|
"dependencies": {
|
|
"backbone": "~1.1.2",
|
|
"underscore": "~1.7.0",
|
|
"protobuf": "~3.8.0",
|
|
"jquery": "~2.1.1",
|
|
"bootstrap": "~3.3.0"
|
|
},
|
|
"preen": {
|
|
"jquery": ["dist/jquery.js"],
|
|
"long": ["dist/Long.js"],
|
|
"bytebuffer": ["dist/ByteBufferAB.js"],
|
|
"protobuf": ["dist/ProtoBuf.js"],
|
|
"underscore": ["underscore.js"],
|
|
"backbone": ["backbone.js"],
|
|
"bootstrap": ["dist/css/bootstrap.css"]
|
|
}
|
|
}
|