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.
		
		
		
		
		
			
		
			
				
	
	
		
			75 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
			
		
		
	
	
			75 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
{
 | 
						|
  "name": "signal-desktop",
 | 
						|
  "version": "0.0.0",
 | 
						|
  "homepage": "https://github.com/signalapp/Signal-Desktop",
 | 
						|
  "license": "GPLV3",
 | 
						|
  "private": true,
 | 
						|
  "dependencies": {
 | 
						|
    "autosize": "~4.0.0",
 | 
						|
    "indexeddb-backbonejs-adapter": "*",
 | 
						|
    "mp3lameencoder": "https://github.com/higuma/mp3-lame-encoder-js.git",
 | 
						|
    "protobuf": "~3.8.0",
 | 
						|
    "qrcode": "https://github.com/davidshimjs/qrcodejs.git#1c78ccd71",
 | 
						|
    "webaudiorecorder": "https://github.com/higuma/web-audio-recorder-js.git"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "mock-socket": "~0.3.2"
 | 
						|
  },
 | 
						|
  "preen": {
 | 
						|
    "autosize": [
 | 
						|
      "dist/autosize.js"
 | 
						|
    ],
 | 
						|
    "bytebuffer": [
 | 
						|
      "dist/ByteBufferAB.js"
 | 
						|
    ],
 | 
						|
    "indexeddb-backbonejs-adapter": [
 | 
						|
      "backbone-indexeddb.js"
 | 
						|
    ],
 | 
						|
    "long": [
 | 
						|
      "dist/Long.js"
 | 
						|
    ],
 | 
						|
    "mock-socket": [
 | 
						|
      "dist/mock-socket.js"
 | 
						|
    ],
 | 
						|
    "mp3lameencoder": [
 | 
						|
      "lib/Mp3LameEncoder.js"
 | 
						|
    ],
 | 
						|
    "protobuf": [
 | 
						|
      "dist/ProtoBuf.js"
 | 
						|
    ],
 | 
						|
    "qrcode": [
 | 
						|
      "qrcode.js"
 | 
						|
    ],
 | 
						|
    "webaudiorecorder": [
 | 
						|
      "lib/WebAudioRecorder.js",
 | 
						|
      "lib/WebAudioRecorderMp3.js"
 | 
						|
    ]
 | 
						|
  },
 | 
						|
  "concat": {
 | 
						|
    "app": [
 | 
						|
      "node_modules/jquery/dist/jquery.js",
 | 
						|
      "components/long/**/*.js",
 | 
						|
      "components/bytebuffer/**/*.js",
 | 
						|
      "components/protobuf/**/*.js",
 | 
						|
      "node_modules/mustache/mustache.js",
 | 
						|
      "node_modules/underscore/underscore.js",
 | 
						|
      "node_modules/backbone/backbone.js",
 | 
						|
      "components/indexeddb-backbonejs-adapter/**/*.js",
 | 
						|
      "components/qrcode/**/*.js",
 | 
						|
      "node_modules/intl-tel-input/build/js/intlTelInput.js",
 | 
						|
      "components/autosize/**/*.js",
 | 
						|
      "components/webaudiorecorder/lib/WebAudioRecorder.js"
 | 
						|
    ],
 | 
						|
    "libtextsecure": [
 | 
						|
      "components/long/**/*.js",
 | 
						|
      "components/bytebuffer/**/*.js",
 | 
						|
      "components/protobuf/**/*.js"
 | 
						|
    ],
 | 
						|
    "libloki": [
 | 
						|
      "components/long/**/*.js",
 | 
						|
      "components/bytebuffer/**/*.js",
 | 
						|
      "components/JSBI/dist/jsbi.mjs"
 | 
						|
    ]
 | 
						|
  }
 | 
						|
}
 |