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.
		
		
		
		
		
			
		
			
				
	
	
		
			26 lines
		
	
	
		
			673 B
		
	
	
	
		
			JSON
		
	
			
		
		
	
	
			26 lines
		
	
	
		
			673 B
		
	
	
	
		
			JSON
		
	
{
 | 
						|
  "name": "signal-desktop",
 | 
						|
  "repository": "https://github.com/WhisperSystems/Signal-Desktop.git",
 | 
						|
  "version": "0.0.0",
 | 
						|
  "devDependencies": {
 | 
						|
    "bower": "^1.3.12",
 | 
						|
    "grunt": "^0.4.5",
 | 
						|
    "grunt-cli": "^0.1.13",
 | 
						|
    "grunt-contrib-concat": "^0.5.0",
 | 
						|
    "grunt-contrib-connect": "^0.9.0",
 | 
						|
    "grunt-contrib-copy": "^0.8.0",
 | 
						|
    "grunt-contrib-jshint": "^1.1.0",
 | 
						|
    "grunt-contrib-sass": "^0.8.1",
 | 
						|
    "grunt-contrib-watch": "^0.6.1",
 | 
						|
    "grunt-exec": "^0.4.6",
 | 
						|
    "grunt-gitinfo": "^0.1.7",
 | 
						|
    "grunt-jscs": "^1.1.0",
 | 
						|
    "grunt-preen": "^1.0.0",
 | 
						|
    "grunt-saucelabs": "^8.3.3"
 | 
						|
  },
 | 
						|
  "scripts": {
 | 
						|
    "test": "grunt test",
 | 
						|
    "lint": "grunt jshint"
 | 
						|
  }
 | 
						|
}
 |