23 lines
		
	
	
		
			379 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			379 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "locals": {
 | 
						|
    "url": "http://localhost:8080",
 | 
						|
    "name": "PDF.js Documentation",
 | 
						|
    "description": ""
 | 
						|
  },
 | 
						|
  "require": {
 | 
						|
    "moment": "moment",
 | 
						|
    "_": "underscore",
 | 
						|
    "typogr": "typogr"
 | 
						|
  },
 | 
						|
  "jade": {
 | 
						|
    "pretty": true
 | 
						|
  },
 | 
						|
  "markdown": {
 | 
						|
    "smartLists": true,
 | 
						|
    "smartypants": true
 | 
						|
  },
 | 
						|
  "plugins": [
 | 
						|
    "./plugins/wintersmith-makerelative.coffee"
 | 
						|
  ]
 | 
						|
}
 |