package.json 243 B

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