summaryrefslogtreecommitdiffstats
path: root/test/plugins/empty/package.json
blob: 78c7e727d3de10daea19c2e6a86947ed74139af1 (plain)
1
2
3
4
5
6
7
8
9
{
    "name": "gitbook-plugin-empty",
    "description": "Test empty plugin",
    "main": "index.js",
    "version": "0.0.1",
    "engines": {
        "gitbook": "*"
    }
}