package.json 897 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "randomfill",
  3. "version": "1.0.4",
  4. "description": "random fill from browserify stand alone",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "standard && node test.js | tspec",
  8. "phantom": "zuul --phantom -- test.js",
  9. "local": "zuul --local --no-coverage -- test.js"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/crypto-browserify/randomfill.git"
  14. },
  15. "keywords": [
  16. "crypto",
  17. "random"
  18. ],
  19. "author": "",
  20. "license": "MIT",
  21. "bugs": {
  22. "url": "https://github.com/crypto-browserify/randomfill/issues"
  23. },
  24. "homepage": "https://github.com/crypto-browserify/randomfill",
  25. "browser": "browser.js",
  26. "devDependencies": {
  27. "phantomjs": "^1.9.9",
  28. "standard": "^10.0.2",
  29. "tap-spec": "^2.1.2",
  30. "tape": "^4.6.3",
  31. "zuul": "^3.7.2"
  32. },
  33. "dependencies": {
  34. "randombytes": "^2.0.5",
  35. "safe-buffer": "^5.1.0"
  36. }
  37. }