package.json 257 B

1234567891011121314
  1. {
  2. "name": "filog_demo",
  3. "private": true,
  4. "scripts": {
  5. "start": "meteor run"
  6. },
  7. "dependencies": {
  8. "@babel/runtime": "7.0.0-beta.55",
  9. "filog": "file:../filog",
  10. "lodash": "^4",
  11. "meteor-node-stubs": "^0.3.2",
  12. "npm": "^6"
  13. }
  14. }