package.json 625 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "amd-config-builder",
  3. "version": "0.3.2",
  4. "description": "Builds amd config for a project from configs of its components",
  5. "main": "lib/config-builder.js",
  6. "scripts": {
  7. "test": "mocha"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/herby/amd-config-builder.git"
  12. },
  13. "keywords": [
  14. "AMD",
  15. "config",
  16. "build"
  17. ],
  18. "author": "Herbert Vojčík",
  19. "license": "MIT",
  20. "bugs": {
  21. "url": "https://github.com/herby/amd-config-builder/issues"
  22. },
  23. "engines": {
  24. "node": ">=0.10.0"
  25. },
  26. "dependencies": {
  27. "findit2": "^2.2.3",
  28. "lodash": "^4.17.21"
  29. }
  30. }