package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. "bluebird": "^3.5.5",
  19. "exports-loader": "^0.7.0",
  20. "imports-loader": "^0.8.0",
  21. "snyk": "^1.226.1",
  22. "webpack": "^4.28.4",
  23. "webpack-cli": "^3.3.8",
  24. "webpack-dev-server": "^3.8.0"
  25. },
  26. "homepage": "https://github.com/jonathan-grah/lofig",
  27. "license": "MIT",
  28. "main": "dist/lofig.min.js",
  29. "name": "lofig",
  30. "repository": {
  31. "type": "git",
  32. "url": "git+https://github.com/jonathan-grah/lofig.git"
  33. },
  34. "scripts": {
  35. "dev": "webpack-dev-server --inline --hot --content-base example",
  36. "build": "webpack --mode=production",
  37. "test": "snyk test"
  38. },
  39. "version": "1.1.2"
  40. }