web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
698 B

  1. {
  2. "name": "arity-n",
  3. "version": "1.0.4",
  4. "description": "Wraps a function with a function of a sertain arity.",
  5. "main": "N.js",
  6. "scripts": {
  7. "test": "mocha --reporter nyan --compilers js:mocha-traceur"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "http://github.com/stoeffel/arityN"
  12. },
  13. "keywords": [
  14. "function",
  15. "arity",
  16. "functional"
  17. ],
  18. "author": "stoeffel",
  19. "license": "MIT",
  20. "bugs": {
  21. "url": "http://github.com/stoeffel/arityN/issues"
  22. },
  23. "homepage": "http://github.com/stoeffel/arityN",
  24. "devDependencies": {
  25. "expect.js": "^0.3.1",
  26. "mocha": "^2.1.0",
  27. "mocha-traceur": "^2.1.0",
  28. "sinon": "^1.12.2"
  29. },
  30. "dependencies": {}
  31. }