package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "name": "concat-map",
  3. "description": "concatenative mapdashery",
  4. "version": "0.0.1",
  5. "repository": {
  6. "type": "git",
  7. "url": "git://github.com/substack/node-concat-map.git"
  8. },
  9. "main": "index.js",
  10. "keywords": [
  11. "concat",
  12. "concatMap",
  13. "map",
  14. "functional",
  15. "higher-order"
  16. ],
  17. "directories": {
  18. "example": "example",
  19. "test": "test"
  20. },
  21. "scripts": {
  22. "test": "tape test/*.js"
  23. },
  24. "devDependencies": {
  25. "tape": "~2.4.0"
  26. },
  27. "license": "MIT",
  28. "author": {
  29. "name": "James Halliday",
  30. "email": "mail@substack.net",
  31. "url": "http://substack.net"
  32. },
  33. "testling": {
  34. "files": "test/*.js",
  35. "browsers": {
  36. "ie": [
  37. 6,
  38. 7,
  39. 8,
  40. 9
  41. ],
  42. "ff": [
  43. 3.5,
  44. 10,
  45. 15
  46. ],
  47. "chrome": [
  48. 10,
  49. 22
  50. ],
  51. "safari": [
  52. 5.1
  53. ],
  54. "opera": [
  55. 12
  56. ]
  57. }
  58. },
  59. "__npminstall_done": true,
  60. "_from": "concat-map@0.0.1",
  61. "_resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz"
  62. }