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.

12345678910111213141516171819202122
  1. {
  2. "name": "lesspass-move",
  3. "version": "0.1.0",
  4. "description": "A tool to change your LessPass passwords",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "ava"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/lesspass/move.git"
  12. },
  13. "author": "Guillaume Vincent <guillaume@oslab.fr>",
  14. "license": "GPL-3.0",
  15. "bugs": {
  16. "url": "https://github.com/lesspass/move/issues"
  17. },
  18. "homepage": "https://github.com/lesspass/move#readme",
  19. "devDependencies": {
  20. "ava": "^0.19.1"
  21. }
  22. }