package.json 867 B

123456789101112131415161718192021222324252627282930313233
  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": "^2.0.1"
  8. },
  9. "description": "Like the Config packge, but for client side JavaScript",
  10. "devDependencies": {
  11. "babel-cli": "^6.18.0",
  12. "babel-core": "^6.20.0",
  13. "babel-loader": "^6.2.9",
  14. "babel-polyfill": "^6.20.0",
  15. "babel-preset-es2015": "^6.18.0",
  16. "bluebird": "^3.4.6",
  17. "exports-loader": "^0.6.3",
  18. "imports-loader": "^0.7.0",
  19. "webpack": "^1.14.0"
  20. },
  21. "homepage": "https://github.com/jonathan-grah/lofig",
  22. "license": "MIT",
  23. "main": "dist/lofig.min.js",
  24. "name": "lofig",
  25. "repository": {
  26. "type": "git",
  27. "url": "git+https://github.com/jonathan-grah/lofig.git"
  28. },
  29. "scripts": {
  30. "dev": "webpack --watch"
  31. },
  32. "version": "1.1.2"
  33. }