package.json 351 B

12345678910111213141516
  1. {
  2. "name": "math-random",
  3. "author": "Michael Rhodes",
  4. "version": "1.0.4",
  5. "main": "node.js",
  6. "browser": "browser.js",
  7. "repository": "github:michaelrhodes/math-random",
  8. "license": "MIT",
  9. "scripts": {
  10. "test": "dexy test.js"
  11. },
  12. "devDependencies": {
  13. "array-unique": "~0.2.1",
  14. "dexy": "github:michaelrhodes/dexy#1.0.1"
  15. }
  16. }