package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "name": "mout",
  3. "description": "Modular Utilities",
  4. "version": "0.9.1",
  5. "homepage": "http://moutjs.com/",
  6. "contributors": [
  7. "Adam Nowotny",
  8. "André Cruz <amdfcruz@gmail.com>",
  9. "Conrad Zimmerman (http://www.conradz.com)",
  10. "Friedemann Altrock <frodenius@gmail.com>",
  11. "Igor Almeida <igor.p.almeida@gmail.com>",
  12. "Jarrod Overson (http://jarrodoverson.com)",
  13. "Miller Medeiros <contact@millermedeiros.com> (http://blog.millermedeiros.com)",
  14. "Mathias Paumgarten <mail@mathias-paumgarten.com>",
  15. "Zach Shipley"
  16. ],
  17. "keywords": [
  18. "utilities",
  19. "functional",
  20. "amd-utils",
  21. "stdlib"
  22. ],
  23. "repository": {
  24. "type": "git",
  25. "url": "git://github.com/mout/mout.git"
  26. },
  27. "licenses": [
  28. {
  29. "type": "MIT",
  30. "url": "http://www.opensource.org/licenses/mit-license.php"
  31. }
  32. ],
  33. "bugs": {
  34. "url": "https://github.com/mout/mout/issues/"
  35. },
  36. "main": "./index.js",
  37. "scripts": {
  38. "pretest": "node build pkg",
  39. "test": "istanbul test tests/runner.js --hook-run-in-context"
  40. },
  41. "directories": {
  42. "doc": "./doc"
  43. },
  44. "devDependencies": {
  45. "istanbul": "~0.1.27",
  46. "jasmine-node": "~1.2.2",
  47. "requirejs": "2.x",
  48. "nodefy": "*",
  49. "mdoc": "~0.3.2",
  50. "handlebars": "~1.0.6",
  51. "commander": "~1.0.5",
  52. "rocambole": "~0.2.3",
  53. "jshint": "2.x",
  54. "rimraf": "~2.2.2",
  55. "regenerate": "~0.5.4"
  56. },
  57. "testling": {
  58. "preprocess": "node build testling",
  59. "browsers": {
  60. "ie": [
  61. 7,
  62. 8,
  63. 9,
  64. 10
  65. ],
  66. "firefox": [
  67. 17,
  68. "nightly"
  69. ],
  70. "chrome": [
  71. 23,
  72. "canary"
  73. ],
  74. "opera": [
  75. 12,
  76. "next"
  77. ],
  78. "safari": [
  79. 5.1,
  80. 6
  81. ],
  82. "iphone": [
  83. 6
  84. ],
  85. "ipad": [
  86. 6
  87. ]
  88. },
  89. "scripts": [
  90. "tests/lib/jasmine/jasmine.js",
  91. "tests/lib/jasmine/jasmine.async.js",
  92. "tests/lib/jasmine/jasmine-tap.js",
  93. "tests/lib/requirejs/require.js",
  94. "tests/testling/src.js",
  95. "tests/testling/specs.js",
  96. "tests/runner.js"
  97. ]
  98. },
  99. "__npminstall_done": true,
  100. "_from": "mout@0.9.1",
  101. "_resolved": "https://registry.npmmirror.com/mout/-/mout-0.9.1.tgz"
  102. }