24 lines
		
	
	
	
		
			563 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			24 lines
		
	
	
	
		
			563 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								    "name": "{{npmName}}",
							 | 
						||
| 
								 | 
							
								    "version": "{{npmVersion}}",
							 | 
						||
| 
								 | 
							
								    "description": "JQuery client for {{npmName}}",
							 | 
						||
| 
								 | 
							
								    "main": "api.js",
							 | 
						||
| 
								 | 
							
								    "scripts": {
							 | 
						||
| 
								 | 
							
								        "build": "tsc"
							 | 
						||
| 
								 | 
							
								    },
							 | 
						||
| 
								 | 
							
								    "author": "Swagger Codegen Contributors",
							 | 
						||
| 
								 | 
							
								    "license": "MIT",
							 | 
						||
| 
								 | 
							
								    "dependencies": {
							 | 
						||
| 
								 | 
							
								        "bluebird": "^3.3.5",
							 | 
						||
| 
								 | 
							
								        "request": "^2.72.0",
							 | 
						||
| 
								 | 
							
								        "jquery": "^3.1.1"
							 | 
						||
| 
								 | 
							
								    },
							 | 
						||
| 
								 | 
							
								    "devDependencies": {
							 | 
						||
| 
								 | 
							
								        "typescript": "2.2.2",
							 | 
						||
| 
								 | 
							
								        "typings": "^1.3.0"
							 | 
						||
| 
								 | 
							
								    }{{#npmRepository}},
							 | 
						||
| 
								 | 
							
								    "publishConfig":{
							 | 
						||
| 
								 | 
							
								        "registry":"{{npmRepository}}"
							 | 
						||
| 
								 | 
							
								    }{{/npmRepository}}
							 | 
						||
| 
								 | 
							
								}
							 |