mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
22 lines
368 B
JSON
22 lines
368 B
JSON
|
{
|
||
|
"name": "wiki.mbirth.de",
|
||
|
"version": "0.0.0",
|
||
|
"homepage": "https://github.com/mbirth/wiki",
|
||
|
"authors": [
|
||
|
"Markus Birth <mbirth@gmail.com>"
|
||
|
],
|
||
|
"main": "index.html",
|
||
|
"license": "MIT",
|
||
|
"private": true,
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"node_modules",
|
||
|
"bower_components",
|
||
|
"test",
|
||
|
"tests"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"jquery.toc": ""
|
||
|
}
|
||
|
}
|