package.json 700 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "promptly",
  3. "version": "2.2.0",
  4. "description": "Simple command line prompting utility",
  5. "main": "index.js",
  6. "dependencies": {
  7. "read": "^1.0.4"
  8. },
  9. "devDependencies": {
  10. "async": "^2.0.0",
  11. "expect.js": "^0.3.1",
  12. "mocha": "^3.0.2"
  13. },
  14. "scripts": {
  15. "test": "mocha --bail"
  16. },
  17. "repository": {
  18. "type": "git",
  19. "url": "git://github.com/IndigoUnited/node-promptly"
  20. },
  21. "bugs": {
  22. "url": "http://github.com/IndigoUnited/node-promptly/issues"
  23. },
  24. "keywords": [
  25. "prompt",
  26. "choose",
  27. "choice",
  28. "cli",
  29. "command",
  30. "line"
  31. ],
  32. "author": "IndigoUnited <hello@indigounited.com> (http://indigounited.com)",
  33. "license": "MIT"
  34. }