package.json 736 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "ndarray-ops",
  3. "version": "1.2.2",
  4. "description": "Common operations for ndarray arrays",
  5. "main": "ndarray-ops.js",
  6. "directories": {
  7. "example": "example",
  8. "test": "test"
  9. },
  10. "dependencies": {
  11. "cwise-compiler": "^1.0.0"
  12. },
  13. "devDependencies": {
  14. "tape": "~1.0.4",
  15. "ndarray": "~1.0.4"
  16. },
  17. "scripts": {
  18. "test": "tap test/*.js"
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "git://github.com/mikolalysenko/ndarray-ops.git"
  23. },
  24. "keywords": [
  25. "ndarray",
  26. "math",
  27. "operations",
  28. "scientific",
  29. "linear",
  30. "algebra"
  31. ],
  32. "author": "Mikola Lysenko",
  33. "license": "MIT",
  34. "readmeFilename": "README.md",
  35. "gitHead": "dbc9e44102e02575a0de5feb71b47674422d8e49"
  36. }