| 12345678910111213141516171819202122232425 |
- {
- "name": "Crowi",
- "description": "The simple & powerful Wiki",
- "keywords": [
- "wiki",
- "communication"
- ],
- "website": "https://crowi.wiki/",
- "repository": "https://github.com/crowi/crowi",
- "logo": "http://crowi.wiki/images/logo/128x128.png",
- "success_url": "/",
- "scripts": {
- "postdeploy": "grunt"
- },
- "env": {
- "NODE_ENV": "production",
- "SECRET_TOKEN": {
- "description": "A secret key for verifying the integrity of signed cookies.",
- "generator": "secret"
- }
- },
- "addons": [
- "mongohq:free"
- ]
- }
|