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.
 
 
 
 
 
 

32 line
754 B

  1. {
  2. "name": "lesspass",
  3. "version": "1.0.0",
  4. "description": "lesspass is like keepass without the need to persist password",
  5. "main": "lesspass.js",
  6. "scripts": {
  7. "test": "node_modules/mocha/bin/mocha --ui bdd --reporter min --recursive ./tests"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+ssh://git@github.com/guillaumevincent/lesspass.git"
  12. },
  13. "keywords": [
  14. "keepass",
  15. "nodejs",
  16. "node"
  17. ],
  18. "author": "Guillaume Vincent",
  19. "license": "MIT",
  20. "bugs": {
  21. "url": "https://github.com/guillaumevincent/lesspass/issues"
  22. },
  23. "homepage": "https://github.com/guillaumevincent/lesspass#readme",
  24. "dependencies": {
  25. "bootstrap": "^3.3.6",
  26. "mocha": "^2.3.4"
  27. },
  28. "jshintConfig": {
  29. "esnext": true
  30. }
  31. }