package.json 809 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "cwise-compiler",
  3. "version": "1.1.3",
  4. "description": "cwise's internal compiler",
  5. "main": "compiler.js",
  6. "scripts": {
  7. "test": "tape test/*.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/scijs/cwise-compiler.git"
  12. },
  13. "keywords": [
  14. "cwise",
  15. "ndarray",
  16. "compiler"
  17. ],
  18. "author": "Mikola Lysenko",
  19. "contributors": [
  20. "Jasper van de Gronde <th.v.d.gronde@hccnet.nl>"
  21. ],
  22. "license": "MIT",
  23. "readmeFilename": "README.md",
  24. "gitHead": "29e146315bd0a8c50bd44b9b6b5bf4b769bd7aec",
  25. "bugs": {
  26. "url": "https://github.com/scijs/cwise-compiler/issues"
  27. },
  28. "dependencies": {
  29. "uniq": "^1.0.0"
  30. },
  31. "devDependencies": {
  32. "ndarray-ops": "^1.2.2",
  33. "ndarray": "^1.0.15",
  34. "cwise-parser": "^1.0.0",
  35. "tape": "^4.0.0"
  36. }
  37. }