0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 13:39:22 +01:00
posthog/package.json

22 lines
518 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",
2020-02-20 09:10:18 +01:00
"url": "https://github.com/posthog/posthog.git"
2020-01-25 00:57:57 +01:00
},
"author": "",
"license": "ISC",
"bugs": {
2020-02-20 09:10:18 +01:00
"url": "https://github.com/posthog/posthog/issues"
2020-01-25 00:57:57 +01:00
},
2020-02-20 09:10:18 +01:00
"homepage": "https://github.com/posthog/posthog#readme"
2020-01-25 00:57:57 +01:00
}