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.

77 lines
2.7 KiB

  1. {
  2. "name": "bal-util",
  3. "version": "1.15.4",
  4. "description": "Common utility functions for Node.js used and maintained by Benjamin Lupton",
  5. "homepage": "https://github.com/balupton/bal-util",
  6. "keywords": [
  7. "javascript",
  8. "flow",
  9. "control",
  10. "async",
  11. "sync",
  12. "tasks",
  13. "batch",
  14. "utility",
  15. "util",
  16. "utilities",
  17. "paths",
  18. "path",
  19. "events",
  20. "event",
  21. "module",
  22. "modules",
  23. "compare",
  24. "comparison",
  25. "html"
  26. ],
  27. "author": {
  28. "name": "Benjamin Lupton",
  29. "email": "b@lupton.cc",
  30. "url": "http://balupton.com"
  31. },
  32. "maintainers": [
  33. {
  34. "name": "Benjamin Lupton",
  35. "email": "b@lupton.cc",
  36. "url": "http://balupton.com"
  37. }
  38. ],
  39. "contributors": [
  40. {
  41. "name": "Benjamin Lupton",
  42. "email": "b@lupton.cc",
  43. "url": "http://balupton.com"
  44. },
  45. {
  46. "name": "Sean Fridman",
  47. "email": "fridman@mail.sfsu.edu",
  48. "url": "https://github.com/sfrdmn"
  49. }
  50. ],
  51. "bugs": {
  52. "url": "https://github.com/balupton/bal-util/issues"
  53. },
  54. "repository": {
  55. "type": "git",
  56. "url": "http://github.com/balupton/bal-util.git"
  57. },
  58. "engines": {
  59. "node": ">=0.6"
  60. },
  61. "dependencies": {},
  62. "devDependencies": {
  63. "coffee-script": "~1.4.0",
  64. "joe": "~1.1.1"
  65. },
  66. "directories": {
  67. "lib": "./out/lib"
  68. },
  69. "scripts": {
  70. "test": "node ./out/test/everything.test.js --joe-reporter=console"
  71. },
  72. "main": "./out/lib/balutil",
  73. "readme": "# Balupton's Node.js Utility Functions [![Build Status](https://secure.travis-ci.org/balupton/bal-util.png?branch=master)](http://travis-ci.org/balupton/bal-util)\nThis project contains several utility functions used and maintained by Benjamin Lupton\n\n\n## What it provides\n[Take a look at its source here](https://github.com/balupton/bal-util/tree/master/lib#files)\n\n\n## Installing\n1. [Install Node.js](https://github.com/bevry/community/wiki/Installing-Node)\n\n2. Install it\n\n\t\tnpm install bal-util\n\n\n## Using\n[You can discover how to use bal-util by referring to the `Using Page` on the Wiki](https://github.com/balupton/bal-util/wiki/Using). [You can check out the rest of the wiki here.](https://github.com/balupton/bal-util/wiki)\n\n\n## History\nYou can discover the history inside the [History.md](https://github.com/balupton/bal-util/blob/master/History.md#files) file\n\n\n## License\nLicensed under the incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT License](http://creativecommons.org/licenses/MIT/)\n<br/>Copyright &copy; 2011-2012 [Benjamin Arthur Lupton](http://balupton.com)\n",
  74. "readmeFilename": "README.md",
  75. "_id": "bal-util@1.15.4",
  76. "_from": "bal-util@~1.15.3"
  77. }