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

22 lines
516 B
JSON
Raw Normal View History

2020-01-25 00:57:57 +01:00
{
"name": "posthog",
"version": "1.0.0",
"scripts": {
"heroku-postbuild": "cd frontend && yarn install && yarn run build",
"build": "cd frontend && yarn install && yarn run build"
2020-01-25 00:57:57 +01:00
},
2020-01-27 08:28:32 +01:00
"cacheDirectories": [
"frontend/node_modules"
],
2020-01-25 00:57:57 +01:00
"repository": {
"type": "git",
"url": "git+https://github.com/timgl/posthog.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/timgl/posthog/issues"
},
2020-02-09 01:00:17 +01:00
"homepage": "https://github.com/timgl/posthog#readme"
2020-01-25 00:57:57 +01:00
}