comunic/3rdparty/pdf.js/docs/config.json

23 lines
379 B
JSON
Raw Permalink Normal View History

2016-11-19 11:08:12 +00:00
{
"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"
]
}