0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/test/utils/fixtures/themes/members-test-theme/package.json

13 lines
257 B
JSON
Raw Normal View History

{
"name": "members-test-theme",
"description": "A minimal theme for testing members behaviour",
"version": "1.0.0",
"engines": {
"ghost-api": "canary"
},
"license": "MIT",
"config": {
"posts_per_page": 25
}
}