mirror of
https://github.com/pierre42100/comunic
synced 2024-11-16 18:41:13 +00:00
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"
|
||
|
]
|
||
|
}
|