package.json 541 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "brew",
  3. "description": "A NodeJS module for compiling and packaging together files with async updates.",
  4. "version": "0.0.8",
  5. "directories": {
  6. "lib": "./lib"
  7. },
  8. "main": "index.js",
  9. "author": "Chris Coyne <ccoyne77@gmail.com>",
  10. "dependencies": {
  11. },
  12. "devDependencies": {
  13. "coffee-script": "*",
  14. "iced-coffee-script": "*"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "http://github.com/malgorithms/brew"
  19. },
  20. "licenses": [
  21. {
  22. "type": "MIT",
  23. "url": "http://github.com/malgorithms/brew/raw/master/LICENSE"
  24. }
  25. ]
  26. }