package.json 626 B

123456789101112131415161718192021222324252627
  1. {
  2. "author": "Jonathan Bomgardner <jon@solagratiadesigns.com> (http://solagratiadesigns.com)",
  3. "name": "build",
  4. "description": "An ant-like build program for node",
  5. "version": "0.1.4",
  6. "repository": {
  7. "type": "git",
  8. "url": "git://github.com/jonlb/node-build.git"
  9. },
  10. "main": "./builder.js",
  11. "engines": {
  12. "node": ">v0.4.12"
  13. },
  14. "dependencies": {
  15. "jxLoader": "*",
  16. "moo-server": "*",
  17. "promised-io": "*",
  18. "walker": "1.x",
  19. "winston": "*",
  20. "jsmin": "1.x",
  21. "cssmin": "0.3.x",
  22. "uglify-js": "1.x",
  23. "wrench": "1.3.x",
  24. "timespan": "2.x"
  25. },
  26. "devDependencies": {}
  27. }