package.json 710 B

123456789101112131415161718192021222324252627
  1. {
  2. "author": "Andrey Tarantsov <andreyvit@me.com>",
  3. "name": "dreamopt",
  4. "description": "Command-line parser with readable syntax from your sweetest dreams",
  5. "version": "0.6.0",
  6. "homepage": "https://github.com/andreyvit/dreamopt.js",
  7. "repository": {
  8. "type": "git",
  9. "url": "git://github.com/andreyvit/dreamopt.js.git"
  10. },
  11. "main": "lib/dreamopt.js",
  12. "scripts": {
  13. "test": "./node_modules/.bin/mocha"
  14. },
  15. "engines": {
  16. "node": ">=0.4.0"
  17. },
  18. "dependencies": {
  19. "wordwrap": ">=0.0.2"
  20. },
  21. "devDependencies": {
  22. "mocha": ">=0.3.1"
  23. },
  24. "__npminstall_done": true,
  25. "_from": "dreamopt@0.6.0",
  26. "_resolved": "https://registry.npmmirror.com/dreamopt/-/dreamopt-0.6.0.tgz"
  27. }