package.json 868 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "deps-sort",
  3. "version": "2.0.1",
  4. "description": "sort module-deps output for deterministic browserify bundles",
  5. "main": "index.js",
  6. "bin": {
  7. "deps-sort": "bin/cmd.js"
  8. },
  9. "dependencies": {
  10. "JSONStream": "^1.0.3",
  11. "shasum-object": "^1.0.0",
  12. "subarg": "^1.0.0",
  13. "through2": "^2.0.0"
  14. },
  15. "devDependencies": {
  16. "tap": "^2.2.0"
  17. },
  18. "scripts": {
  19. "test": "tap test/*.js"
  20. },
  21. "repository": {
  22. "type": "git",
  23. "url": "git://github.com/substack/deps-sort.git"
  24. },
  25. "homepage": "https://github.com/substack/deps-sort",
  26. "keywords": [
  27. "dependency",
  28. "graph",
  29. "browser",
  30. "browserify",
  31. "module-deps",
  32. "browser-pack",
  33. "sorted",
  34. "determinism"
  35. ],
  36. "author": {
  37. "name": "James Halliday",
  38. "email": "mail@substack.net",
  39. "url": "http://substack.net"
  40. },
  41. "license": "MIT"
  42. }