0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:15:44 +01:00
posthog/package.json
2020-01-24 15:57:57 -08:00

19 lines
444 B
JSON

{
"name": "posthog",
"version": "1.0.0",
"scripts": {
"heroku-postbuild": "cd frontend && npm install && npm run build"
},
"cacheDirectories": ["frontend/node_modules"],
"repository": {
"type": "git",
"url": "git+https://github.com/timgl/posthog.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/timgl/posthog/issues"
},
"homepage": "https://github.com/timgl/posthog#readme"
}