| 1234567891011121314151617181920212223242526272829 |
- {
- "name": "Crowi",
- "description": "The simple & powerful Wiki",
- "keywords": [
- "wiki",
- "communication"
- ],
- "website": "https://crowi.wiki/",
- "repository": "https://github.com/crowi/crowi",
- "success_url": "/",
- "scripts": {
- "postdeploy": "grunt"
- },
- "env": {
- "NODE_ENV": "production",
- "SECRET_TOKEN": {
- "description": "A secret key for verifying the integrity of signed cookies.",
- "generator": "secret"
- },
- "PASSWORD_SEED": {
- "description": "A password seed is used by password hash generator. ",
- "generator": "secret"
- }
- },
- "addons": [
- "mongohq",
- "redistogo"
- ]
- }
|