24 lines
		
	
	
		
			417 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			417 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "haxelib-server",
 | 
						|
  "homepage": "https://github.com/HaxeFoundation/haxelib",
 | 
						|
  "description": "Haxelib server",
 | 
						|
  "keywords": [
 | 
						|
    "haxe",
 | 
						|
    "haxelib"
 | 
						|
  ],
 | 
						|
  "license": "MIT",
 | 
						|
  "private": true,
 | 
						|
  "ignore": [
 | 
						|
    "**/.*",
 | 
						|
    "node_modules",
 | 
						|
    "bower_components",
 | 
						|
    "test",
 | 
						|
    "tests"
 | 
						|
  ],
 | 
						|
  "dependencies": {
 | 
						|
    "jquery": "^1.12.2",
 | 
						|
    "bootstrap": "^3.3.6",
 | 
						|
    "font-awesome": "^4.5.0"
 | 
						|
  }
 | 
						|
}
 |