mirror of https://github.com/luileito/jsketch.git
37 lines
848 B
JSON
37 lines
848 B
JSON
{
|
|
"source": {
|
|
"include": [
|
|
"src/jsketch.js",
|
|
"src/jsketch.svg.js",
|
|
"src/sketchable.js",
|
|
"src/sketchable.utils.js",
|
|
"src/sketchable.memento.js",
|
|
"src/sketchable.animate.js",
|
|
"src/sketchable.serializer.js",
|
|
"src/sketchable.svg.js",
|
|
"src/jquery.sketchable.js",
|
|
"src/jquery.sketchable.memento.js",
|
|
"src/jquery.sketchable.animate.js",
|
|
"src/jquery.sketchable.serializer.js",
|
|
"src/jquery.sketchable.svg.js"
|
|
]
|
|
},
|
|
"plugins": [
|
|
"plugins/markdown"
|
|
],
|
|
"templates": {
|
|
"cleverLinks": true,
|
|
"default": {
|
|
"staticFiles": {
|
|
"__note__": "See https://github.com/jsdoc3/jsdoc/issues/1266",
|
|
"include": ["figs"]
|
|
}
|
|
}
|
|
},
|
|
"opts": {
|
|
"destination": "docs",
|
|
"readme": "README.md",
|
|
"template": "node_modules/minami"
|
|
}
|
|
}
|