1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-19 06:23:25 +01:00
wiki.mbirth.de/bower.json

22 lines
368 B
JSON
Raw Normal View History

2014-05-13 10:47:05 +01:00
{
"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": ""
}
}