package.json 575 B

123456789101112131415161718192021222324
  1. {
  2. "name": "bootstrap.native-loader",
  3. "version": "2.0.0",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/jonathanfleckenstein/bootstrap.native-loader"
  7. },
  8. "description": "Webpack loader for bootstrap.native",
  9. "main": "index.js",
  10. "author": "Jonathan Fleckenstein",
  11. "license": "MIT",
  12. "devDependencies": {
  13. "bootstrap.native": "^2.0.21",
  14. "memory-fs": "^0.4.1",
  15. "standard": "^10.0.3",
  16. "webpack": "^3.10.0"
  17. },
  18. "peerDependencies": {
  19. "bootstrap.native": "^2.0.26"
  20. },
  21. "dependencies": {
  22. "loader-utils": "^1.2.3"
  23. }
  24. }