package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "author": "Jonathan Graham <theflametrooper@gmail.com>",
  3. "bugs": {
  4. "url": "https://github.com/jonathan-grah/lofig/issues"
  5. },
  6. "dependencies": {
  7. "whatwg-fetch": "^3.0.0"
  8. },
  9. "description": "Like the Config package, but for client side JavaScript",
  10. "devDependencies": {
  11. "@babel/core": "^7.6.0",
  12. "@babel/preset-env": "^7.6.0",
  13. "babel-cli": "^6.26.0",
  14. "babel-core": "^6.26.3",
  15. "babel-loader": "^8.0.6",
  16. "babel-polyfill": "^6.26.0",
  17. "babel-preset-es2015": "^6.24.1",
  18. "exports-loader": "^0.7.0",
  19. "imports-loader": "^0.8.0",
  20. "snyk": "^1.226.1",
  21. "webpack": "^4.28.4",
  22. "webpack-cli": "^3.3.8",
  23. "webpack-dev-server": "^3.8.0"
  24. },
  25. "homepage": "https://github.com/jonathan-grah/lofig",
  26. "license": "MIT",
  27. "main": "dist/lofig.min.js",
  28. "name": "lofig",
  29. "repository": {
  30. "type": "git",
  31. "url": "git+https://github.com/jonathan-grah/lofig.git"
  32. },
  33. "scripts": {
  34. "dev": "webpack-dev-server --inline --hot --content-base example",
  35. "build": "webpack --mode=production",
  36. "test": "snyk test"
  37. },
  38. "version": "1.1.4"
  39. }