2020-01-25 00:57:57 +01:00
|
|
|
{
|
|
|
|
"name": "posthog",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"scripts": {
|
|
|
|
"heroku-postbuild": "cd frontend && npm install && npm run build"
|
|
|
|
},
|
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-01-27 08:28:32 +01:00
|
|
|
"homepage": "https://github.com/timgl/posthog#readme",
|
|
|
|
"dependencies": {
|
|
|
|
"prop-types": "^15.7.2"
|
|
|
|
}
|
2020-01-25 00:57:57 +01:00
|
|
|
}
|